diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 728403e8..755f9a53 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 19.7.0 +version: 19.8.0 # renovate: image=ghcr.io/element-hq/synapse appVersion: v1.131.0 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 89c98713..44c1a3cc 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 19.7.0](https://img.shields.io/badge/Version-19.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.131.0](https://img.shields.io/badge/AppVersion-v1.131.0-informational?style=flat-square) +![Version: 19.8.0](https://img.shields.io/badge/Version-19.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.131.0](https://img.shields.io/badge/AppVersion-v1.131.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 | `"6.0.1"` | hookshot bridge docker image tag | +| bridges.hookshot.image.tag | string | `"7.0.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 | `""` | | @@ -838,4 +838,4 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | volumes.synapseConfig.storageClass | string | `""` | Storage class (optional) | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index 2426ecda..1234b3d5 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -1816,7 +1816,7 @@ bridges: # -- hookshot bridge docker image repository: "halfshot/matrix-hookshot" # -- hookshot bridge docker image tag - tag: "6.0.1" + tag: "7.0.0" # -- hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always" pullPolicy: IfNotPresent