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
8 changes: 4 additions & 4 deletions argocd-helmfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/argoproj/argocd:v3.2.0
FROM quay.io/argoproj/argocd:v3.2.1

LABEL version="3.2.0-1.1.9"
LABEL version="3.2.1-1.2.2"
LABEL maintainer="sakamoto@chatwork.com"

# Switch to root for the ability to perform install
Expand All @@ -9,8 +9,8 @@ USER root
ARG TARGETOS
ARG TARGETARCH

ARG HELMFILE_VERSION=1.1.9
ARG HELM_VERSION=3.19.1
ARG HELMFILE_VERSION=1.2.2
ARG HELM_VERSION=4.0.4
ARG HELM_LOCATION="https://get.helm.sh"
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
6 changes: 3 additions & 3 deletions argocd-helmfile/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ command:
/usr/local/bin/argocd version:
exit-status: 1
stdout:
- "3.2.0"
- "3.2.1"
/usr/local/bin/kubectl version --client:
exit-status: 0
/usr/local/bin/helm plugin list:
Expand All @@ -16,8 +16,8 @@ command:
/usr/local/bin/helm version:
exit-status: 0
stdout:
- "3.19.1"
- "4.0.4"
/usr/local/bin/helmfile -v:
exit-status: 0
stdout:
- "1.1.9"
- "1.2.2"
Loading
Loading