fix(argo-cd): fix unmarshal annotaions error (#1379)
Signed-off-by: Yixing Yan <yixingyan@gmail.com>
This commit is contained in:
parent
1bf8dd4fdc
commit
833c877ca5
2 changed files with 11 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue