feat: latest argocd, add sops binary
Some checks failed
ZeroDownTime/zdt-argocd/pipeline/tag There was a failure building this commit

This commit is contained in:
Stefan Reimer 2024-11-13 12:48:29 +00:00
parent 87acad814d
commit b2bd5d87c3
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
ARG ARGOCD_VERSION="v2.12.4" ARG ARGOCD_VERSION="v2.13.0"
FROM quay.io/argoproj/argocd:$ARGOCD_VERSION FROM quay.io/argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION="3.9.1" ARG SOPS_VERSION="3.9.1"
@ -24,11 +24,11 @@ RUN apt-get update && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# sops backend installation (optional) # sops (use via vals!)
#RUN curl -fsSL https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 \ RUN curl -fsSL https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 \
# -o /usr/local/bin/sops && chmod +x /usr/local/bin/sops -o /usr/local/bin/sops && chmod +x /usr/local/bin/sops
# vals backend installation (optional) # vals backend installation
RUN curl -fsSL https://github.com/helmfile/vals/releases/download/v${VALS_VERSION}/vals_${VALS_VERSION}_linux_amd64.tar.gz \ RUN curl -fsSL https://github.com/helmfile/vals/releases/download/v${VALS_VERSION}/vals_${VALS_VERSION}_linux_amd64.tar.gz \
| tar xzf - -C /usr/local/bin/ vals \ | tar xzf - -C /usr/local/bin/ vals \
&& chmod +x /usr/local/bin/vals && chmod +x /usr/local/bin/vals

View File

@ -1,6 +1,6 @@
# zdt-argocd # zdt-argocd
Customize ArgoCD image for KubeZero Customized ArgoCD image for KubeZero
## Changes ## Changes
- added helm-secrets - added helm-secrets