From 99f2e19bb3cc5b2cae93f4b74c24278a2a5585a4 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 3 Sep 2024 13:04:40 +0300 Subject: [PATCH] argo cd 2.12.3 --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index e7cea816..2d26ca85 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.12-2024.8.19-6be897266 +appVersion: v2.12-2024.9.3-6f8e0c7e2 kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 7.4.7-0-cap-2.11-2024.8.19-6be897266 +version: 7.4.7-0-cap-2.12-2024.9.3-6f8e0c7e2 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index c862649c..e9dc4cd7 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: xeonalex/personal-argocd-dev + repository: quay.io/codefresh/argocd # -- Overrides the global Argo CD image tag whose default is the chart appVersion - tag: 2.12-update-1-arm + tag: "" # -- If defined, a imagePullPolicy applied to all Argo CD deployments imagePullPolicy: IfNotPresent