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
4 changes: 2 additions & 2 deletions actions-runner-helmfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG TARGETARCH

ARG RUNNER_VERSION=2.309.0-ubuntu-22.04-ead26ab
ARG KUBECTL_VERSION=1.28.2
ARG HELMFILE_VERSION=1.1.9
ARG HELM_VERSION=3.19.2
ARG HELMFILE_VERSION=1.2.2
ARG HELM_VERSION=4.0.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
4 changes: 2 additions & 2 deletions actions-runner-helmfile/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ command:
/usr/local/bin/helm version:
exit-status: 0
stdout:
- "3.19.2"
- "4.0.4"
/usr/local/bin/helmfile -v:
exit-status: 0
stdout:
- "1.1.9"
- "1.2.2"
/usr/local/bin/helm plugin list:
exit-status: 0
stdout:
Expand Down
Loading
Loading