fix(argo-cd): fix unmarshal annotaions error (#1379)

Signed-off-by: Yixing Yan <yixingyan@gmail.com>
This commit is contained in:
yanyx 2022-07-19 20:47:42 +08:00 committed by GitHub
parent 1bf8dd4fdc
commit 833c877ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.4.7
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 4.9.15
version: 4.9.16
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: Update to app version 2.4.7"
- "[Fixed]: Fix ArgoCD notification metrics unmarshal error"