From 14fb01b9688e1e05168135c77cbc09c91f596b76 Mon Sep 17 00:00:00 2001 From: Justin Marquis <76892343+34fathombelow@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:49:33 -0700 Subject: [PATCH] feat: argo-cd v2.10.12 (#70) Signed-off-by: Justin Marquis --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/README.md | 2 +- charts/argo-cd/templates/redis-ha/haproxy.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index dc12361..29ca0f7 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -version: 2.10.11-ak.0.0 -appVersion: 2.10.11 +version: 2.10.12-ak.0.0 +appVersion: 2.10.12 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd home: https://charts.akuity.io diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index c369b64..850f18e 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -1,6 +1,6 @@ # argo-cd -![Version: 2.10.11-ak.0.0](https://img.shields.io/badge/Version-2.10.11--ak.0.0-informational?style=flat-square) ![AppVersion: 2.8.16](https://img.shields.io/badge/AppVersion-2.8.16-informational?style=flat-square) +![Version: 2.10.12-ak.0.0](https://img.shields.io/badge/Version-2.10.12--ak.0.0-informational?style=flat-square) ![AppVersion: 2.8.16](https://img.shields.io/badge/AppVersion-2.8.16-informational?style=flat-square) A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. diff --git a/charts/argo-cd/templates/redis-ha/haproxy.yaml b/charts/argo-cd/templates/redis-ha/haproxy.yaml index 962a59d..5d32f56 100644 --- a/charts/argo-cd/templates/redis-ha/haproxy.yaml +++ b/charts/argo-cd/templates/redis-ha/haproxy.yaml @@ -79,7 +79,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.10.11 + image: {{ include "argo-cd.image" (dict "root" . "image" .Values ) }} imagePullPolicy: IfNotPresent name: secret-init securityContext: