fix: use quay.io image source
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-07-19 17:59:37 +00:00
parent 640ef34fc3
commit 1684839e60

View File

@ -1,5 +1,5 @@
ARG ARGOCD_VERSION="v2.11.5" ARG ARGOCD_VERSION="v2.11.5"
FROM argoproj/argocd:$ARGOCD_VERSION FROM quay.io/argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION="3.8.1" ARG SOPS_VERSION="3.8.1"
ARG VALS_VERSION="0.37.3" ARG VALS_VERSION="0.37.3"