Skip to content

Commit

Permalink
Update jessebot/matrix-alertmanager-bot Docker tag to v0.11.2 (#593)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent 020a1b8 commit f341935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:

type: application

version: 13.0.0
version: 13.0.1

# renovate: image=matrixdotorg/synapse
appVersion: v1.109.0
Expand Down
4 changes: 2 additions & 2 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![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)
![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)

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand Down Expand Up @@ -46,7 +46,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
| bridges.alertmanager.existingSecret.registration | string | `""` | |
| bridges.alertmanager.image.pullPolicy | string | `"IfNotPresent"` | alertmanager bridge docker image pull policy. If tag is "latest", set tag to "Always" |
| bridges.alertmanager.image.repository | string | `"jessebot/matrix-alertmanager-bot"` | alertmanager bridge docker image |
| bridges.alertmanager.image.tag | string | `"0.11.0"` | alertmanager bridge docker image tag |
| bridges.alertmanager.image.tag | string | `"0.11.2"` | alertmanager bridge docker image tag |
| bridges.alertmanager.registration.as_token | string | `""` | |
| 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 |
| 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ bridges:
# -- alertmanager bridge docker image
repository: "jessebot/matrix-alertmanager-bot"
# -- alertmanager bridge docker image tag
tag: "0.11.0"
tag: "0.11.2"
# -- alertmanager bridge docker image pull policy. If tag is "latest", set tag to "Always"
pullPolicy: IfNotPresent

Expand Down

0 comments on commit f341935

Please sign in to comment.