Skip to content

Commit c6bc64b

Browse files
Merge pull request #11 from codefresh-io/fix-instance-label-key
Remove overwrite of configs.cm."application.instanceLabelKey"
2 parents 1961400 + cb51dec commit c6bc64b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v2.6.0-cap-CR-17237
33
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
44
name: argo-cd
5-
version: 5.28.1-1-cap-CR-17237
5+
version: 5.29.1-1-cap-CR-17237
66
kubeVersion: ">=1.22.0-0"
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
@@ -24,4 +24,4 @@ dependencies:
2424
annotations:
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.

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)