Skip to content

Commit 1bf9154

Browse files
small-hack-renovate[bot]renovate-botgithub-actions[bot]jessebot
authored
Update dock.mau.dev/mautrix/discord Docker tag to v8d01c30014978e2360d5cb102e96542ecb2402b6 (#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>
1 parent f341935 commit 1bf9154

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 13.0.1
11+
version: 13.0.2
1212

1313
# renovate: image=matrixdotorg/synapse
1414
appVersion: v1.109.0

charts/matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrix
22

3-
![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)
3+
![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)
44

55
A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66

@@ -193,7 +193,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
193193
| bridges.discord_mautrix.extraVolumes | list | `[]` | extra volumes for the mautrix/discord deployment |
194194
| bridges.discord_mautrix.image.pullPolicy | string | `"IfNotPresent"` | |
195195
| bridges.discord_mautrix.image.repository | string | `"dock.mau.dev/mautrix/discord"` | docker image repo for mautrix/discord bridge |
196-
| bridges.discord_mautrix.image.tag | string | `"08cde6313a32d2382886444db86a7a6e6b12080c-amd64"` | tag for mautrix/discord bridge docker image |
196+
| bridges.discord_mautrix.image.tag | string | `"8d01c30014978e2360d5cb102e96542ecb2402b6-amd64"` | tag for mautrix/discord bridge docker image |
197197
| bridges.discord_mautrix.podSecurityContext | object | `{}` | security context for the entire mautrix/discord pod |
198198
| 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 |
199199
| bridges.discord_mautrix.registration.existingSecretKeys.as_token | string | `"as_token"` | key in existingSecret for as_token (appservice token) |

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ bridges:
24582458
# -- docker image repo for mautrix/discord bridge
24592459
repository: "dock.mau.dev/mautrix/discord"
24602460
# -- tag for mautrix/discord bridge docker image
2461-
tag: "08cde6313a32d2382886444db86a7a6e6b12080c-amd64"
2461+
tag: "8d01c30014978e2360d5cb102e96542ecb2402b6-amd64"
24622462
pullPolicy: IfNotPresent
24632463

24642464
service:

0 commit comments

Comments
 (0)