Skip to content

Commit

Permalink
apps sc: pin alertmanager version
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-elastisys committed Dec 17, 2024
1 parent 0e16d6e commit 3a9e990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helmfile.d/values/kube-prometheus-stack-sc.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ alertmanager:
affinity: {{- toYaml .Values.prometheus.alertmanagerSpec.affinity | nindent 6 }}
{{- if .Values | get "prometheus.alertmanagerSpec.image" nil }}
image: {{- toYaml .Values.prometheus.alertmanagerSpec.image | nindent 6 }}
{{- else }}
image:
tag: v0.26.0
{{- end }}

kubeControllerManager:
Expand Down

0 comments on commit 3a9e990

Please sign in to comment.