To prepare a new release of this package:
- Get the current upstream release
export KUBE_PROMETHEUS_RELEASE=v0.14.0
../../utils/pull-upstream.sh ${KUBE_PROMETHEUS_RELEASE} alertmanager-operated
Replace KUBE_PROMETHEUS_RELEASE
with the current upstream release.
-
Check the differences introduced by pulling the upstream release and add the needed patches in
kustomization.yaml
-
Sync the new image to our registry in the
monitoring
images.yaml file fury-distribution-container-image-sync repository. -
Update the
kustomization.yaml
file with the new image. -
Check that the
DeadMansSwitch
alerts in the current configuration have the following parameters and not the default ones:
repeatInterval: 30s
groupWait: 1m
groupInterval: 1m