diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 88a2350c..23984aea 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 13.0.1 +version: 13.0.2 # renovate: image=matrixdotorg/synapse appVersion: v1.109.0 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index ea4b9253..acac804f 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![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) +![Version: 13.0.2](https://img.shields.io/badge/Version-13.0.2-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 @@ -193,7 +193,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | bridges.discord_mautrix.extraVolumes | list | `[]` | extra volumes for the mautrix/discord deployment | | bridges.discord_mautrix.image.pullPolicy | string | `"IfNotPresent"` | | | bridges.discord_mautrix.image.repository | string | `"dock.mau.dev/mautrix/discord"` | docker image repo for mautrix/discord bridge | -| bridges.discord_mautrix.image.tag | string | `"08cde6313a32d2382886444db86a7a6e6b12080c-amd64"` | tag for mautrix/discord bridge docker image | +| bridges.discord_mautrix.image.tag | string | `"8d01c30014978e2360d5cb102e96542ecb2402b6-amd64"` | tag for mautrix/discord bridge docker image | | bridges.discord_mautrix.podSecurityContext | object | `{}` | security context for the entire mautrix/discord pod | | bridges.discord_mautrix.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.discord_mautrix.existingSecret.registration | | bridges.discord_mautrix.registration.existingSecretKeys.as_token | string | `"as_token"` | key in existingSecret for as_token (appservice token) | diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index e6511101..414cf2c7 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -2458,7 +2458,7 @@ bridges: # -- docker image repo for mautrix/discord bridge repository: "dock.mau.dev/mautrix/discord" # -- tag for mautrix/discord bridge docker image - tag: "08cde6313a32d2382886444db86a7a6e6b12080c-amd64" + tag: "8d01c30014978e2360d5cb102e96542ecb2402b6-amd64" pullPolicy: IfNotPresent service: