Skip to content

Commit

Permalink
feat: argo-cd v2.10.12 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <justin@akuity.io>
  • Loading branch information
34fathombelow committed Jun 7, 2024
1 parent 1158446 commit 14fb01b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/templates/redis-ha/haproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14fb01b

Please sign in to comment.