From 0be0b2b62e1878bb60fff200e0c47bf6a75eb13b Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 29 Aug 2024 12:34:35 +0300 Subject: [PATCH] dev image of 2.12.3 argo-cd --- 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 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