Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helmfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETOS
ARG TARGETARCH

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