[bitnami/argo-cd] Remove duplicate matchLabels from applicationset ServiceMonitor (#35221)

* [bitnami/argo-cd] Remove duplicate `matchLabels` from applicationset `ServiceMonitor`

Signed-off-by: Willy Hille <jemand771@gmx.net>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Willy Hille <jemand771@gmx.net>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Willy
2025-07-22 09:43:10 +02:00
committed by GitHub
parent e3f9cac9c2
commit 8a5b631db3
3 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 9.0.30 (2025-07-15)
## 9.0.31 (2025-07-21)
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#35083](https://github.com/bitnami/charts/pull/35083))
* [bitnami/argo-cd] Remove duplicate `matchLabels` from applicationset `ServiceMonitor` ([#35221](https://github.com/bitnami/charts/pull/35221))
## <small>9.0.30 (2025-07-15)</small>
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#35083) ([c0e11e9](https://github.com/bitnami/charts/commit/c0e11e996e67659b2bb335a051fd8c525cbcbf01)), closes [#35083](https://github.com/bitnami/charts/issues/35083)
## <small>9.0.29 (2025-07-10)</small>

View File

@@ -40,4 +40,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 9.0.30
version: 9.0.31

View File

@@ -40,7 +40,6 @@ spec:
matchNames:
- {{ include "common.names.namespace" . }}
selector:
matchLabels:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 6 }}
app.kubernetes.io/component: metrics
app.kubernetes.io/part-of: applicationSet