From 80bba3cc424c2bab832158a55fa835c5130cd86e Mon Sep 17 00:00:00 2001 From: Petr Drastil Date: Wed, 18 Aug 2021 18:15:00 +0200 Subject: [PATCH] Bump chart version Signed-off-by: Petr Drastil --- charts/argo-cd/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 322cd0c0..acb0d60b 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.5 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.12.1 +version: 3.13.0 home: https://github.com/argoproj/argo-helm icon: https://argoproj.github.io/argo-cd/assets/logo.png keywords: @@ -21,4 +21,6 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: redis-ha.nameOverride / redis-ha.fullnameOverride breaks the ArgoCD helm chart" + - "[Added]: Allow to set number of Dex server replicas" + - "[Added]: Allow to enable auto-scaling for Dex server" + - "[Fixed]: Dex server uses liveness and readiness probe"