Skip to content

Commit

Permalink
Merge pull request #2488 from chatwork/mod-up-helmfile-20240410230259
Browse files Browse the repository at this point in the history
[helmfile] update
  • Loading branch information
cw-circleci authored Apr 10, 2024
2 parents d78dd15 + d3e1dc9 commit 842e8cf
Show file tree
Hide file tree
Showing 3 changed files with 1,320 additions and 292 deletions.
2 changes: 1 addition & 1 deletion helmfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH

ARG KUBECTL_VERSION=1.28.7
ARG HELMFILE_VERSION=0.163.1
ARG HELM_VERSION=3.14.3
ARG HELM_VERSION=3.14.4
ARG HELM_FILE_NAME=helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz
ARG HELMFILE_FILE_NAME=helmfile_${HELMFILE_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz
ARG KUSTOMIZE_VERSION=4.5.7
Expand Down
2 changes: 1 addition & 1 deletion helmfile/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ command:
/usr/local/bin/helm version:
exit-status: 0
stdout:
- 3.14.3
- 3.14.4
/usr/local/bin/helmfile -v:
exit-status: 0
stdout:
Expand Down
Loading

0 comments on commit 842e8cf

Please sign in to comment.