Merge pull request #11 from codefresh-io/fix-instance-label-key

Remove overwrite of configs.cm."application.instanceLabelKey"
This commit is contained in:
Daniel Maizel 2023-04-20 17:55:01 +03:00 committed by GitHub
commit c6bc64b914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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