Commit 3708eec
authored
Move webhook_config to the slack-alerts-ticket receiver for Alertmanager (#1095)
* Moves webhook_config to the slack-alerts-ticket receiver
When I added the slack-fyis receiver last year I accidentally moved the
webhook_config section of the slack-alerts-ticket receiver to the new
slack-fyis receiver. The outcome is that alerts stopped being routed to the
alertmanager-github-receiver service which is responsible for creating Github
issuse in the ops-tracker repository for production alerts.
* Updates configmap-reload container to 0.9.0 in alertmanager pod
A while ago when I updated the Alertmanager config, the build updated the
Alertmanager configmap. When the configmap-reload container noticed the
configmap was updated it tried to restart the Alertmanager container, but got
"x509: certificate signed by unknown authority". This used to work, so I'm not
sure what changed. I'm attempting to update the configmap-reload container in
the hope that perhaps the maintainer perhaps updated the ca-certificates in the
container image.
* Updates configmap-reload in alertmanager pod to v0.15.0
The previous commit (@530986f) updated configmap-reload to 0.9.0, but I then
realized that the repo was no longer publishing updated images to Docker Hub,
but instead to Github Container Registry. This commit changes the image repo
and updates to the latest.
With this update in place, reloads are now working again.
* Updates a comment to reflect ghcr.io instead of hub.docker.com1 parent e869047 commit 3708eec
File tree
2 files changed
+6
-6
lines changed- config/federation/alertmanager
- k8s/prometheus-federation/deployments
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments