Skip to content

Commit 035c720

Browse files
toVersusMatiasmct
authored andcommitted
[alertmanager] fix broken pdb due to missing line break (prometheus-community#2796)
1 parent bebbae0 commit 035c720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/alertmanager/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/a
66
sources:
77
- https://github.com/prometheus/alertmanager
88
type: application
9-
version: 0.22.1
9+
version: 0.22.2
1010
appVersion: v0.24.0
1111
maintainers:
1212
- name: monotek

charts/alertmanager/templates/pdb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
selector:
1010
matchLabels:
1111
{{- include "alertmanager.selectorLabels" . | nindent 6 }}
12-
{{- toYaml .Values.podDisruptionBudget | indent 2 }}
12+
{{- toYaml .Values.podDisruptionBudget | nindent 2 }}
1313
{{- end }}

0 commit comments

Comments
 (0)