Update alertmanager image to v0.20.0
Update alertmanager image from v0.11.0 to v0.20.0 Change-Id: I0ba14d1001a53964ebc28bc9ea9be999402d54fb
This commit is contained in:
parent
0d5aeaacbb
commit
09fccd6b71
@ -19,9 +19,9 @@ COMMAND="${@:-start}"
|
|||||||
|
|
||||||
function start () {
|
function start () {
|
||||||
exec /bin/alertmanager \
|
exec /bin/alertmanager \
|
||||||
-config.file=/etc/alertmanager/config.yml \
|
--config.file=/etc/alertmanager/config.yml \
|
||||||
-storage.path={{ .Values.conf.command_flags.storage.path }} \
|
--storage.path={{ .Values.conf.command_flags.storage.path }} \
|
||||||
-mesh.listen-address={{ .Values.conf.command_flags.mesh.listen_address }} \
|
--cluster.listen-address={{ .Values.conf.command_flags.cluster.listen_address }} \
|
||||||
$(generate_peers)
|
$(generate_peers)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ function generate_peers () {
|
|||||||
final_pod_suffix=$(( {{ .Values.pod.replicas.alertmanager }}-1 ))
|
final_pod_suffix=$(( {{ .Values.pod.replicas.alertmanager }}-1 ))
|
||||||
for pod_suffix in `seq 0 "$final_pod_suffix"`
|
for pod_suffix in `seq 0 "$final_pod_suffix"`
|
||||||
do
|
do
|
||||||
echo -mesh.peer={{ .Release.Name }}-$pod_suffix.$DISCOVERY_SVC:$MESH_PORT
|
echo --cluster.peer={{ .Release.Name }}-$pod_suffix.$DISCOVERY_SVC:$MESH_PORT
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
---
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
alertmanager: docker.io/prom/alertmanager:v0.11.0
|
alertmanager: docker.io/prom/alertmanager:v0.20.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
@ -196,7 +196,7 @@ conf:
|
|||||||
command_flags:
|
command_flags:
|
||||||
storage:
|
storage:
|
||||||
path: /var/lib/alertmanager/data
|
path: /var/lib/alertmanager/data
|
||||||
mesh:
|
cluster:
|
||||||
listen_address: "0.0.0.0:6783"
|
listen_address: "0.0.0.0:6783"
|
||||||
alertmanager:
|
alertmanager:
|
||||||
global:
|
global:
|
||||||
|
Loading…
Reference in New Issue
Block a user