From 1fa5635c651b5bc806a42e50f313387f98e0da03 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Wed, 8 Jan 2025 17:40:17 +0200 Subject: [PATCH] dev image 2.13.3-upgrade-0 --- charts/argo-cd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index b18574795..384edfec7 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -63,9 +63,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.13.3-upgrade-0 # -- If defined, a imagePullPolicy applied to all Argo CD deployments imagePullPolicy: IfNotPresent