Skip to content

Commit

Permalink
gitlab: update helm to 3.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Login Victor <batazor@evrone.com>
  • Loading branch information
batazor committed Aug 26, 2022
1 parent b87d675 commit 7eec6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/gitlab/pipelines/helm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
- docker
stage: deploy
image:
name: alpine/helm:3.9.3
name: alpine/helm:3.9.4
entrypoint: [ "" ]
script:
- echo "helm upgrade $RELEASE_NAME $HELM_PATH $HELM_ARG
Expand Down
2 changes: 1 addition & 1 deletion ops/gitlab/templates/helm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.job_template_helm:
stage: action
image:
name: alpine/helm:3.9.3
name: alpine/helm:3.9.4
entrypoint: [""]
retry: 2
when: manual

0 comments on commit 7eec6c5

Please sign in to comment.