Skip to content
Closed
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: 21.2.0
version: 21.2.1

# renovate: image=ghcr.io/element-hq/synapse
appVersion: v1.141.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: 21.2.0](https://img.shields.io/badge/Version-21.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.141.0](https://img.shields.io/badge/AppVersion-v1.141.0-informational?style=flat-square)
![Version: 21.2.1](https://img.shields.io/badge/Version-21.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.141.0](https://img.shields.io/badge/AppVersion-v1.141.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand Down Expand Up @@ -192,7 +192,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 | `"8d01c30014978e2360d5cb102e96542ecb2402b6-amd64"` | tag for mautrix/discord bridge docker image |
| bridges.discord_mautrix.image.tag | string | `"8f9ca4bac47ba04eebc55c05976db7cd7c46e5e0-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) |
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ bridges:
# -- docker image repo for mautrix/discord bridge
repository: "dock.mau.dev/mautrix/discord"
# -- tag for mautrix/discord bridge docker image
tag: "8d01c30014978e2360d5cb102e96542ecb2402b6-amd64"
tag: "8f9ca4bac47ba04eebc55c05976db7cd7c46e5e0-amd64"
pullPolicy: IfNotPresent

service:
Expand Down