Skip to content

Commit

Permalink
Update dock.mau.dev/mautrix/discord Docker tag to v8d01c30014978e2360…
Browse files Browse the repository at this point in the history
…d5cb102e96542ecb2402b6 (#592)

* Update dock.mau.dev/mautrix/discord Docker tag to v8d01c30014978e2360d5cb102e96542ecb2402b6

* helm-docs: automated action

* Apply suggestions from code review - bump chart verison patch version

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: JesseBot <jessebot@linux.com>
  • Loading branch information
4 people authored Jul 15, 2024
1 parent f341935 commit 1bf9154
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.1
version: 13.0.2

# 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.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

Expand Down Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bf9154

Please sign in to comment.