Skip to content

Commit 15d7ba4

Browse files
authored
Merge branch 'main' into renovate/postgresql-16.x
2 parents f52e847 + 8dfefb1 commit 15d7ba4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828

2929
- name: Self-hosted Renovate
30-
uses: renovatebot/[email protected].0
30+
uses: renovatebot/[email protected].17
3131
with:
3232
token: '${{ steps.app-token.outputs.token }}'
3333
configurationFile: .github/renovate-config.json

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: 20.2.1
11+
version: 20.3.2
1212

1313
# renovate: image=ghcr.io/element-hq/synapse
1414
appVersion: v1.140.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: 20.2.1](https://img.shields.io/badge/Version-20.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.140.0](https://img.shields.io/badge/AppVersion-v1.140.0-informational?style=flat-square)
3+
![Version: 20.3.2](https://img.shields.io/badge/Version-20.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.140.0](https://img.shields.io/badge/AppVersion-v1.140.0-informational?style=flat-square)
44

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

@@ -284,7 +284,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
284284
| bridges.hookshot.existingSecret.registration | string | `""` | optionally use existing kubernetes Secret for registration |
285285
| bridges.hookshot.image.pullPolicy | string | `"IfNotPresent"` | hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always" |
286286
| bridges.hookshot.image.repository | string | `"halfshot/matrix-hookshot"` | hookshot bridge docker image |
287-
| bridges.hookshot.image.tag | string | `"7.0.0"` | hookshot bridge docker image tag |
287+
| bridges.hookshot.image.tag | string | `"7.2.0"` | hookshot bridge docker image tag |
288288
| bridges.hookshot.passkey | string | `""` | If bridges.hookshot.passkey AND bridges.hookshot.existingSecret.passkey are BOTH empty strings, we will generate a passkey for you. To Generate yourself: openssl genpkey -out passkey.pem -outform PEM -algorithm RSA -pkeyopt rsa_keygen_bits:4096 |
289289
| bridges.hookshot.podSecurityContext | object | `{}` | hookshot pod security context |
290290
| bridges.hookshot.registration.existingSecret | string | `""` | |

charts/matrix/templates/synapse/_homeserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ turn_uris:
928928
{{- if and (not .Values.coturn.existingSecret) (empty .Values.coturn.sharedSecret) -}}
929929
turn_shared_secret: "{{ randAlphaNum 24 }}"
930930
{{- else }}
931-
turn_shared_secret: "REPLACE_ME"
931+
turn_shared_secret: "{{ .Values.coturn.sharedSecret }}"
932932
{{- end }}
933933

934934
# How long generated TURN credentials last

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ bridges:
18201820
# -- hookshot bridge docker image
18211821
repository: "halfshot/matrix-hookshot"
18221822
# -- hookshot bridge docker image tag
1823-
tag: "7.0.0"
1823+
tag: "7.2.0"
18241824
# -- hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always"
18251825
pullPolicy: IfNotPresent
18261826

0 commit comments

Comments
 (0)