feat: Version bump Argo-CD and all tools
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
ZeroDownTime/zdt-argocd/pipeline/tag This commit looks good

This commit is contained in:
Stefan Reimer 2024-10-17 11:36:39 +00:00
parent e8ec5eff63
commit 87acad814d

View File

@ -1,9 +1,9 @@
ARG ARGOCD_VERSION="v2.11.5"
ARG ARGOCD_VERSION="v2.12.4"
FROM quay.io/argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION="3.8.1"
ARG VALS_VERSION="0.37.3"
ARG HELM_SECRETS_VERSION="4.6.0"
ARG SOPS_VERSION="3.9.1"
ARG VALS_VERSION="0.37.6"
ARG HELM_SECRETS_VERSION="4.6.2"
ARG ARGOCD_USER_ID="999"
# vals or sops
ENV HELM_SECRETS_BACKEND="vals" \