Remove overwrite of configs.cm."application.instanceLabelKey"
This commit is contained in:
parent
1961400491
commit
cb51deccb2
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.6.0-cap-CR-17237
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.28.1-1-cap-CR-17237
|
||||
version: 5.29.1-1-cap-CR-17237
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
|
@ -24,4 +24,4 @@ dependencies:
|
|||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Change default value for global.tolerations, from object to array.
|
||||
description: Use default value for configs.cm.application.instanceLabelKey, instead of overwriting it.
|
||||
|
|
|
@ -163,7 +163,7 @@ configs:
|
|||
|
||||
# -- The name of tracking label used by Argo CD for resource pruning
|
||||
# @default -- Defaults to app.kubernetes.io/instance
|
||||
application.instanceLabelKey: argocd.argoproj.io/instance
|
||||
application.instanceLabelKey: ""
|
||||
|
||||
# -- Enable logs RBAC enforcement
|
||||
## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.3-2.4/#enable-logs-rbac-enforcement
|
||||
|
|
Loading…
Reference in a new issue