Skip to content
Open
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 gha-runner-scale-set-helmfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG TARGETARCH

ARG RUNNER_VERSION=2.334.0
ARG KUBECTL_VERSION=1.35.4
ARG HELMFILE_VERSION=1.5.1
ARG HELMFILE_VERSION=1.5.2
ARG HELM_VERSION=4.2.0
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 gha-runner-scale-set-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.5.1"
- "1.5.2"
/usr/local/bin/helm plugin list:
exit-status: 0
stdout:
Expand Down
Loading
Loading