Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0
version: 13.2.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.2.0](https://img.shields.io/badge/Version-13.2.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.2.1](https://img.shields.io/badge/Version-13.2.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.12.0"` | alertmanager bridge docker image tag |
| bridges.alertmanager.image.tag | string | `"0.12.1"` | 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 @@ -1856,7 +1856,7 @@ bridges:
# -- alertmanager bridge docker image
repository: "jessebot/matrix-alertmanager-bot"
# -- alertmanager bridge docker image tag
tag: "0.12.0"
tag: "0.12.1"
# -- alertmanager bridge docker image pull policy. If tag is "latest", set tag to "Always"
pullPolicy: IfNotPresent

Expand Down