File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : v2.6.0-cap-CR-17237
33description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
44name : argo-cd
5- version : 5.28 .1-1-cap-CR-17237
5+ version : 5.29 .1-1-cap-CR-17237
66kubeVersion : " >=1.22.0-0"
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
@@ -24,4 +24,4 @@ dependencies:
2424annotations :
2525 artifacthub.io/changes : |
2626 - kind: fixed
27- description: Change default value for global.tolerations, from object to array .
27+ description: Use default value for configs.cm.application.instanceLabelKey, instead of overwriting it .
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ configs:
163163
164164 # -- The name of tracking label used by Argo CD for resource pruning
165165 # @default -- Defaults to app.kubernetes.io/instance
166- application.instanceLabelKey : argocd.argoproj.io/instance
166+ application.instanceLabelKey : " "
167167
168168 # -- Enable logs RBAC enforcement
169169 # # Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.3-2.4/#enable-logs-rbac-enforcement
You can’t perform that action at this time.
0 commit comments