diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 5e9c29f57..5c08bba31 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: quay.io/argoproj/argocd # -- Overrides the global Argo CD image tag whose default is the chart appVersion - tag: "" + tag: "v2.12.6" # -- If defined, a imagePullPolicy applied to all Argo CD deployments imagePullPolicy: IfNotPresent @@ -3700,10 +3700,10 @@ eventReporter: image: # -- Repository to use for the event reporter # @default -- `""` (defaults to global.image.repository) - repository: "" + repository: "quay.io/codefresh/argocd" # -- Tag to use for the event reporter # @default -- `""` (defaults to global.image.tag) - tag: "" + tag: "v2.12-2024.10.17-36fb3f0d1" # -- Image pull policy for the event reporter # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: "" @@ -3959,10 +3959,10 @@ acrController: image: # -- Repository to use for the acr controller # @default -- `""` (defaults to global.image.repository) - repository: "" + repository: "quay.io/codefresh/argocd" # -- Tag to use for the acr controller # @default -- `""` (defaults to global.image.tag) - tag: "" + tag: "v2.12-2024.10.17-36fb3f0d1" # -- Image pull policy for the acr controller # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: ""