mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user