Skip to content

Commit f341935

Browse files
small-hack-renovate[bot]renovate-botgithub-actions[bot]
authored
Update jessebot/matrix-alertmanager-bot Docker tag to v0.11.2 (#593)
* Update jessebot/matrix-alertmanager-bot Docker tag to v0.11.2 * helm-docs: automated action --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 020a1b8 commit f341935

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 13.0.0
11+
version: 13.0.1
1212

1313
# renovate: image=matrixdotorg/synapse
1414
appVersion: v1.109.0

charts/matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrix
22

3-
![Version: 13.0.0](https://img.shields.io/badge/Version-13.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.109.0](https://img.shields.io/badge/AppVersion-v1.109.0-informational?style=flat-square)
3+
![Version: 13.0.1](https://img.shields.io/badge/Version-13.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.109.0](https://img.shields.io/badge/AppVersion-v1.109.0-informational?style=flat-square)
44

55
A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66

@@ -46,7 +46,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
4646
| bridges.alertmanager.existingSecret.registration | string | `""` | |
4747
| bridges.alertmanager.image.pullPolicy | string | `"IfNotPresent"` | alertmanager bridge docker image pull policy. If tag is "latest", set tag to "Always" |
4848
| bridges.alertmanager.image.repository | string | `"jessebot/matrix-alertmanager-bot"` | alertmanager bridge docker image |
49-
| bridges.alertmanager.image.tag | string | `"0.11.0"` | alertmanager bridge docker image tag |
49+
| bridges.alertmanager.image.tag | string | `"0.11.2"` | alertmanager bridge docker image tag |
5050
| bridges.alertmanager.registration.as_token | string | `""` | |
5151
| bridges.alertmanager.registration.existingSecret | string | `""` | Use an existing Kubernetes Secret to store your own generated appservice and homeserver tokens. If this is not set, we'll generate them for you. Setting this won't override the ENTIRE registration.yaml we generate for the synapse pod to authenticate mautrix/discord. It will only replaces the tokens. To replaces the ENTIRE registration.yaml, use bridges.alertmanager.existingSecret.registration |
5252
| bridges.alertmanager.registration.existingSecretKeys.as_token | string | `"as_token"` | key in existingSecret for as_token (application service token). If provided and existingSecret is set, ignores bridges.alertmanager.registration.as_token |

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ bridges:
18531853
# -- alertmanager bridge docker image
18541854
repository: "jessebot/matrix-alertmanager-bot"
18551855
# -- alertmanager bridge docker image tag
1856-
tag: "0.11.0"
1856+
tag: "0.11.2"
18571857
# -- alertmanager bridge docker image pull policy. If tag is "latest", set tag to "Always"
18581858
pullPolicy: IfNotPresent
18591859

0 commit comments

Comments
 (0)