fix(argo-cd): ArgoCD application controller - metrics application labels (#1167)
* application controller metrics application labels changed from map to list. Updated templating to set the correct arguments. Signed-off-by: Aaron Jones <aaron.jones@fundingcircle.com> * bring 'metrics-application-labels' outside of range block Signed-off-by: Aaron Jones <aaron.jones@fundingcircle.com> * Revert "bring 'metrics-application-labels' outside of range block" This reverts commit c245db6d31bf06b681e224d3c9d75bb6b2ff16e0. Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
8b26bed62f
commit
dde043a055
4 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.2.5
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.35.3
|
||||
version: 3.35.4
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: Create service account for repo server by default"
|
||||
- "[Fixed]: ArgoCD application controller metric application label templating"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue