Skip to content

Commit 17d9741

Browse files
authoredApr 23, 2024··
Fix relabelling var scope in pod-monitor (#25237)
Signed-off-by: ShlomiTubul <shlomi.tubul@placer.ai> Co-authored-by: ShlomiTubul <shlomi.tubul@placer.ai>
1 parent 35ef5e6 commit 17d9741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎bitnami/redis/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ maintainers:
3636
name: redis
3737
sources:
3838
- https://github.com/bitnami/charts/tree/main/bitnami/redis
39-
version: 19.1.2
39+
version: 19.1.3

‎bitnami/redis/templates/podmonitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
{{- if .honorLabels }}
4646
honorLabels: {{ .honorLabels }}
4747
{{- end }}
48-
{{- with concat .Values.metrics.podMonitor.relabelings .Values.metrics.podMonitor.relabellings }}
48+
{{- with concat .relabelings .relabellings }}
4949
relabelings: {{- toYaml . | nindent 6 }}
5050
{{- end }}
5151
{{- if .metricRelabelings }}

0 commit comments

Comments
 (0)
Please sign in to comment.