fix(argo-cd): add namespace field for namespace scoped resources (#1937)
This commit is contained in:
parent
7eeb70f711
commit
88d690ef62
90 changed files with 92 additions and 27 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.6.7
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.28.2
|
||||
version: 5.29.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -23,5 +23,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Add log format and log level to dex.
|
||||
- kind: fixed
|
||||
description: Add namespace field for namespace scoped resources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue