[bitnami/redis] fix pod-monitor podTargetLabels conditional (#33459)

This commit is contained in:
shlomi tubul
2025-05-07 09:46:34 +03:00
committed by GitHub
parent 07b73fa0c0
commit 2b78fb6590
3 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 21.0.1 (2025-05-06)
* [bitnami/redis] fix pod-monitor podTargetLabels conditional ([#33459](https://github.com/bitnami/charts/pull/33459))
## 21.0.0 (2025-05-06)
* [bitnami/redis] Release 21.0.0 ([#33455](https://github.com/bitnami/charts/pull/33455))
* [bitnami/redis] Release 21.0.0 (#33455) ([41b5013](https://github.com/bitnami/charts/commit/41b5013934cca7b8ab2c301bdc680fa770a1684d)), closes [#33455](https://github.com/bitnami/charts/issues/33455)
## <small>20.13.4 (2025-04-30)</small>

View File

@@ -39,4 +39,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 21.0.0
version: 21.0.1

View File

@@ -64,7 +64,7 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.metrics.serviceMonitor.podTargetLabels }}
{{- if .Values.metrics.podMonitor.podTargetLabels }}
podTargetLabels: {{- toYaml .Values.metrics.podMonitor.podTargetLabels | nindent 4 }}
{{- end }}
{{- with .Values.metrics.podMonitor.sampleLimit -}}