feat(argo-cd): Truncate version labels to 63 characters (#1368)
Allow to use digests. https://github.com/argoproj/argo-helm/issues/417 Signed-off-by: Mathieu Parent <mathieu.parent@insee.fr>
This commit is contained in:
parent
833c877ca5
commit
8f0914dc4e
8 changed files with 16 additions and 16 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.16
|
||||
version: 4.10.0
|
||||
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: |
|
||||
- "[Fixed]: Fix ArgoCD notification metrics unmarshal error"
|
||||
- [Changed]: Truncate version labels to 63 characters"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue