diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index e9dc4cd7d..d0cacd098 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -60,9 +60,9 @@ global: # Default image used by all components image: # -- If defined, a repository applied to all Argo CD deployments - repository: quay.io/codefresh/argocd + repository: xeonalex/personal-argocd-dev # -- Overrides the global Argo CD image tag whose default is the chart appVersion - tag: "" + tag: 2.12-update-1 # -- If defined, a imagePullPolicy applied to all Argo CD deployments imagePullPolicy: IfNotPresent