From 995cd4a2e7d5ad853df49fbaa69f50fe340a873a Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:15:01 +0000 Subject: [PATCH 1/2] chore(deps): update halfshot/matrix-hookshot docker tag to v7.3.0 --- charts/matrix/Chart.yaml | 2 +- charts/matrix/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 90df10ff..635d8ca5 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 21.5.0 +version: 21.6.0 # renovate: image=ghcr.io/element-hq/synapse appVersion: v1.144.0 diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index ef8c0166..26fb6a3f 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -1820,7 +1820,7 @@ bridges: # -- hookshot bridge docker image repository: "halfshot/matrix-hookshot" # -- hookshot bridge docker image tag - tag: "7.2.0" + tag: "7.3.0" # -- hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always" pullPolicy: IfNotPresent From 399f9effac255e40b698d6d292d32211b2db9315 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Jan 2026 15:15:29 +0000 Subject: [PATCH 2/2] helm-docs: automated action --- charts/matrix/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/matrix/README.md b/charts/matrix/README.md index d3a3b837..3d42a3a0 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 21.5.0](https://img.shields.io/badge/Version-21.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.144.0](https://img.shields.io/badge/AppVersion-v1.144.0-informational?style=flat-square) +![Version: 21.6.0](https://img.shields.io/badge/Version-21.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.144.0](https://img.shields.io/badge/AppVersion-v1.144.0-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -284,7 +284,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | bridges.hookshot.existingSecret.registration | string | `""` | optionally use existing kubernetes Secret for registration | | bridges.hookshot.image.pullPolicy | string | `"IfNotPresent"` | hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always" | | bridges.hookshot.image.repository | string | `"halfshot/matrix-hookshot"` | hookshot bridge docker image | -| bridges.hookshot.image.tag | string | `"7.2.0"` | hookshot bridge docker image tag | +| bridges.hookshot.image.tag | string | `"7.3.0"` | hookshot bridge docker image tag | | 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 | | bridges.hookshot.podSecurityContext | object | `{}` | hookshot pod security context | | bridges.hookshot.registration.existingSecret | string | `""` | |