From 4ca1cb94ca3a62da59e3236562b5e73bff22053b Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 9 Jan 2025 19:04:42 +0200 Subject: [PATCH] argo-cd v2.13.3-2025.1.9-67d01f9e0 --- charts/argo-cd/Chart.yaml | 7 ++++--- charts/argo-cd/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index c75eb234..ef2813ff 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.12.3-2024.12.23-4a8e092c0 +appVersion: v2.13.3-2025.1.9-67d01f9e0 kubeVersion: ">=1.25.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 7.7.14-0-cap-2.12.3-2024.12.23-4a8e092c0 +version: 7.7.14-0-cap-2.13.3-2025.1.9-67d01f9e0 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -27,4 +27,5 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Bump argo-cd to v2.13.3 and base helm chart 7.7.14 + description: Bump argo-cd to v2.13.3-2025.1.9-67d01f9e0 +(codebase updated to v2.13.3) and base helm chart 7.7.14 diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 384edfec..b1857479 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -63,9 +63,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.13.3-upgrade-0 + tag: "" # -- If defined, a imagePullPolicy applied to all Argo CD deployments imagePullPolicy: IfNotPresent