kubernetes_helper 1.20.0 → 1.20.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kubernetes_helper/version.rb +1 -1
- data/lib/templates/cd.sh +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06d96c71b76d19776633e4c87af5dd1ef111411e1e547cc3c1ed02b02dd8dbe4
|
4
|
+
data.tar.gz: b1d06ffb2d9171a8ee8b2bdb3df4c040ae5e0b61e0ba4b2ade820b01c8633b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09f1196d7c49cb45b312ce5f7b5a3a1a95a69687008d72387cee15bd7b587e0c86448c8084fb95c42e64f0590a970521be8c0900a46e4f742fa78f20e0a3f313'
|
7
|
+
data.tar.gz: 5f30b70d43b0d622a95ed011830bdf8f0df54458251a4f7382e894e7a1f2eac69d9e97e146f8372a8055a3d929bb0c4a832c7efabe7c60a1db346e963acfa79a
|
data/lib/templates/cd.sh
CHANGED
@@ -19,7 +19,7 @@ LATEST_NAME="${IMAGE_NAME}:<%= continuous_deployment.image_tag || 'latest' %>"
|
|
19
19
|
<% if continuous_deployment.docker_cmd %>
|
20
20
|
DOCKER_BUILD_CMD="<%= continuous_deployment.docker_cmd %>"
|
21
21
|
<% else %>
|
22
|
-
DOCKER_BUILD_CMD="docker <%=continuous_deployment.docker_build_cmd || 'build -f Dockerfile'%> -t $DEPLOY_NAME --build-arg DEPLOY_VERSION=${DEPLOY_VERSION} ."
|
22
|
+
DOCKER_BUILD_CMD="docker <%=continuous_deployment.docker_build_cmd || 'build -f Dockerfile'%> -t $DEPLOY_NAME --build-arg DEPLOY_VERSION=${DEPLOY_VERSION} --build-arg DEPLOY_ENV=${DEPLOY_ENV} ."
|
23
23
|
<% end %>
|
24
24
|
|
25
25
|
<%= include_template "_cd_google.sh" if continuous_deployment.image_name.include?('gcr.io/') %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kubernetes_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.20.
|
4
|
+
version: 1.20.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- owen2345
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: erb
|