Update Chart.yaml

Chnaged appVersion and added new annotation.
This commit is contained in:
shshanmu 2021-08-02 18:39:58 +02:00 committed by GitHub
parent cfe3c59991
commit d22212be3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.0.5
appVersion: 2.0.6
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.11.1
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: Set server.staticAssets.enabled=true since Argo CD 2.0.5 still needs it"
- "[Changed]: Openshift 4 specific Route command added in the NOTES.txt file"