From 10d94a4981d0fb0870131c2f3003d4f586014252 Mon Sep 17 00:00:00 2001 From: John Kost Date: Mon, 8 Feb 2021 21:13:54 -0500 Subject: [PATCH] Update char version Signed-off-by: John Kost --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 3d447531..21476976 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.7.11 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.12.0 +version: 2.13.0 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index c39d9484..857b522f 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -600,7 +600,7 @@ server: rbacConfigMapName: "argocd-rbac-cm" # Boolean determining whether or not to create the configmap. If false, it is expected tthe configmap will be created - # by something else. ArgoCD will not work if there is no configMap created with the name above. + # by something else. ArgoCD will not work if there is no configMap created with the name above. rbacConfigMapEnabled: true ## Not well tested and not well supported on release v1.0.0.