We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebbae0 commit 035c720Copy full SHA for 035c720
charts/alertmanager/Chart.yaml
@@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/a
6
sources:
7
- https://github.com/prometheus/alertmanager
8
type: application
9
-version: 0.22.1
+version: 0.22.2
10
appVersion: v0.24.0
11
maintainers:
12
- name: monotek
charts/alertmanager/templates/pdb.yaml
@@ -9,5 +9,5 @@ spec:
selector:
matchLabels:
{{- include "alertmanager.selectorLabels" . | nindent 6 }}
- {{- toYaml .Values.podDisruptionBudget | indent 2 }}
+ {{- toYaml .Values.podDisruptionBudget | nindent 2 }}
13
{{- end }}
0 commit comments