mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/redis] fix pod-monitor podTargetLabels conditional (#33459)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user