From 973f67033bfc74a37008e50fdcd9bcce155272bb Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Wed, 23 Oct 2024 18:01:09 +0300 Subject: [PATCH 1/2] user oss argo-cd --- charts/argo-cd/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 5e9c29f57..20765ab12 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: "" @@ -3957,12 +3957,12 @@ acrController: replicas: 1 ## ACR controller image image: - # -- Repository to use for the acr controller + # -- Repository to use for the event reporter # @default -- `""` (defaults to global.image.repository) - repository: "" - # -- Tag to use for the acr controller + 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 acr controller # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: "" From fed99ca79cec7c08d66414a860de261b35a93555 Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Wed, 23 Oct 2024 18:02:58 +0300 Subject: [PATCH 2/2] fix typo --- 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 20765ab12..5c08bba31 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -3957,10 +3957,10 @@ acrController: replicas: 1 ## ACR controller image image: - # -- Repository to use for the event reporter + # -- Repository to use for the acr controller # @default -- `""` (defaults to global.image.repository) repository: "quay.io/codefresh/argocd" - # -- Tag to use for the event reporter + # -- Tag to use for the acr controller # @default -- `""` (defaults to global.image.tag) tag: "v2.12-2024.10.17-36fb3f0d1" # -- Image pull policy for the acr controller