kube_cluster 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 986f42db2ebf9220a0f11d2a328b87fee963967850c876982616f7382bd6874f
4
- data.tar.gz: 68e3af397e254a19258fc53e5cf2c827eedc32b6f125707a9dfb523b2bfea986
3
+ metadata.gz: de5958c26954185923d57f941d9ecea6972b30a7df0a2014e691621c62f731f9
4
+ data.tar.gz: f593ad383f34c30cf5a3665f32fceee285fd4eb7dc1302bd7189e36b3680f5ed
5
5
  SHA512:
6
- metadata.gz: 057db75ecbc9e8b37787590e79175a451e099b91c23689d0a622d9bbe4da718d8607eb419815048f53fc8cdc532ec79f4883dc92689e87975bbd24528a87e833
7
- data.tar.gz: 43632e98c87d9da5e0ff163a43bdebf8990dbbfec1478cad4f9a89d33cdd7b5cebb0f88e185d29917a521e0afda5703c23126e0e851fe91c44b2ca4a03c7c19e
6
+ metadata.gz: 3610b3f4b74e0c547746bf155f0b717d0cc5a4f7229b04defd35d3baacf5151ddfdda0ba9ac389764a7dc5335d80042062ce178adb04c4485126e68a0cceda60
7
+ data.tar.gz: a1a31a19a6bd3995b924250f55fe91ddd9397cb20d3dd5d1b243bd01abda5cc6e44aa062e9b4b4b4def02a766f6857be654a959861695c508a5612a443a02d06
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kube_cluster (0.3.6)
4
+ kube_cluster (0.3.7)
5
5
  kube_kubectl (~> 2.0.0)
6
6
  kube_schema (~> 1.3.0)
7
7
 
@@ -0,0 +1,63 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ bigdecimal (4.1.2)
5
+ date (3.5.1)
6
+ debug (1.11.1)
7
+ irb (~> 1.10)
8
+ reline (>= 0.3.8)
9
+ erb (6.0.3)
10
+ hana (1.3.7)
11
+ io-console (0.8.2)
12
+ irb (1.17.0)
13
+ pp (>= 0.6.0)
14
+ prism (>= 1.3.0)
15
+ rdoc (>= 4.0.0)
16
+ reline (>= 0.4.2)
17
+ json_schemer (2.5.0)
18
+ bigdecimal
19
+ hana (~> 1.3)
20
+ regexp_parser (~> 2.0)
21
+ simpleidn (~> 0.2)
22
+ kube_cluster (0.3.5)
23
+ kube_kubectl (~> 2.0.0)
24
+ kube_schema (~> 1.3.0)
25
+ kube_kubectl (2.0.8)
26
+ debug (~> 1.11)
27
+ json_schemer (~> 2.5)
28
+ rubyshell (~> 1.5)
29
+ shellwords (~> 0.2.2)
30
+ string_builder (~> 1.2.0)
31
+ kube_schema (1.3.4)
32
+ json_schemer (~> 2.5.0)
33
+ rubyshell (~> 1.5.0)
34
+ pp (0.6.3)
35
+ prettyprint
36
+ prettyprint (0.2.0)
37
+ prism (1.9.0)
38
+ psych (5.3.1)
39
+ date
40
+ stringio
41
+ rdoc (7.2.0)
42
+ erb
43
+ psych (>= 4.0.0)
44
+ tsort
45
+ regexp_parser (2.12.0)
46
+ reline (0.6.3)
47
+ io-console (~> 0.5)
48
+ rubyshell (1.5.0)
49
+ shellwords (0.2.2)
50
+ simpleidn (0.2.3)
51
+ string_builder (1.2.1)
52
+ stringio (3.2.0)
53
+ tsort (0.2.0)
54
+
55
+ PLATFORMS
56
+ ruby
57
+ x86_64-linux
58
+
59
+ DEPENDENCIES
60
+ kube_cluster (~> 0.3.2)
61
+
62
+ BUNDLED WITH
63
+ 2.6.9
@@ -0,0 +1,63 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ bigdecimal (4.1.2)
5
+ date (3.5.1)
6
+ debug (1.11.1)
7
+ irb (~> 1.10)
8
+ reline (>= 0.3.8)
9
+ erb (6.0.3)
10
+ hana (1.3.7)
11
+ io-console (0.8.2)
12
+ irb (1.17.0)
13
+ pp (>= 0.6.0)
14
+ prism (>= 1.3.0)
15
+ rdoc (>= 4.0.0)
16
+ reline (>= 0.4.2)
17
+ json_schemer (2.5.0)
18
+ bigdecimal
19
+ hana (~> 1.3)
20
+ regexp_parser (~> 2.0)
21
+ simpleidn (~> 0.2)
22
+ kube_cluster (0.3.5)
23
+ kube_kubectl (~> 2.0.0)
24
+ kube_schema (~> 1.3.0)
25
+ kube_kubectl (2.0.8)
26
+ debug (~> 1.11)
27
+ json_schemer (~> 2.5)
28
+ rubyshell (~> 1.5)
29
+ shellwords (~> 0.2.2)
30
+ string_builder (~> 1.2.0)
31
+ kube_schema (1.3.4)
32
+ json_schemer (~> 2.5.0)
33
+ rubyshell (~> 1.5.0)
34
+ pp (0.6.3)
35
+ prettyprint
36
+ prettyprint (0.2.0)
37
+ prism (1.9.0)
38
+ psych (5.3.1)
39
+ date
40
+ stringio
41
+ rdoc (7.2.0)
42
+ erb
43
+ psych (>= 4.0.0)
44
+ tsort
45
+ regexp_parser (2.12.0)
46
+ reline (0.6.3)
47
+ io-console (~> 0.5)
48
+ rubyshell (1.5.0)
49
+ shellwords (0.2.2)
50
+ simpleidn (0.2.3)
51
+ string_builder (1.2.1)
52
+ stringio (3.2.0)
53
+ tsort (0.2.0)
54
+
55
+ PLATFORMS
56
+ ruby
57
+ x86_64-linux
58
+
59
+ DEPENDENCIES
60
+ kube_cluster (~> 0.3.2)
61
+
62
+ BUNDLED WITH
63
+ 2.6.9
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kube
4
4
  module Cluster
5
- VERSION = "0.3.6"
5
+ VERSION = "0.3.7"
6
6
  end
7
7
  end
@@ -80,7 +80,7 @@ module Kube
80
80
  source_ref = source
81
81
  ver = version_flag
82
82
 
83
- cmd = helm.call { template.(release_name).(source_ref) }
83
+ cmd = helm.call { template.(release_name).(source_ref).include_crds(true) }
84
84
  cmd = cmd.version(ver) if ver
85
85
  cmd = cmd.namespace(namespace) if namespace
86
86
 
@@ -148,7 +148,7 @@ module Kube
148
148
  ver = version_flag
149
149
  release_name = name || "crds"
150
150
 
151
- cmd = helm.call { template.(release_name).(source_ref) }
151
+ cmd = helm.call { template.(release_name).(source_ref).include_crds(true) }
152
152
  cmd = cmd.version(ver) if ver
153
153
  cmd = cmd.set("installCRDs=true")
154
154
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube_cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan K
@@ -145,11 +145,13 @@ files:
145
145
  - examples/04-pod-with-ingress/pod_with_ingress.rb
146
146
  - examples/04-pod-with-ingress/registries.yaml
147
147
  - examples/05-helm-chart-to-manifest/Gemfile
148
+ - examples/05-helm-chart-to-manifest/Gemfile.lock
148
149
  - examples/05-helm-chart-to-manifest/README.md
149
150
  - examples/05-helm-chart-to-manifest/bin/dev
150
151
  - examples/05-helm-chart-to-manifest/docker-compose.yml
151
152
  - examples/05-helm-chart-to-manifest/manifest.rb
152
153
  - examples/06-nginx-with-cert-manager/Gemfile
154
+ - examples/06-nginx-with-cert-manager/Gemfile.lock
153
155
  - examples/06-nginx-with-cert-manager/README.md
154
156
  - examples/06-nginx-with-cert-manager/bin/dev
155
157
  - examples/06-nginx-with-cert-manager/docker-compose.yml