From fdf8d9e1eebd56642786e1bc24f91a77c9d4770e Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 15 Aug 2024 14:23:02 +0300 Subject: [PATCH] argo-cd with test dev version 2.11-v1-reporter-removed-0 --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index b40905ea..d601cf2f 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.11-2024.7.30-a31bf96bb +appVersion: 2.11-v1-reporter-removed-0 kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 6.11.1-6-cap-2.11-2024.7.30-a31bf96bb +version: 6.11.1-6-cap-2.11-v1-reporter-removed-0 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 ddb48f3a..f3f5f717 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -60,7 +60,7 @@ 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: "" # -- If defined, a imagePullPolicy applied to all Argo CD deployments