Bump chart version

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2021-08-18 18:15:00 +02:00
parent 038d84d46b
commit 80bba3cc42
No known key found for this signature in database
GPG key ID: B147517F4051E6ED

View file

@ -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"