Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 17.2.1
version: 17.2.2

# renovate: image=matrixdotorg/synapse
appVersion: v1.117.0
Expand Down
6 changes: 3 additions & 3 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 17.2.1](https://img.shields.io/badge/Version-17.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.117.0](https://img.shields.io/badge/AppVersion-v1.117.0-informational?style=flat-square)
![Version: 17.2.2](https://img.shields.io/badge/Version-17.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.117.0](https://img.shields.io/badge/AppVersion-v1.117.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand Down Expand Up @@ -285,7 +285,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.0"` | hookshot bridge docker image tag |
| bridges.hookshot.image.tag | string | `"6.0.1"` | 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 | `""` | |
Expand Down Expand Up @@ -890,4 +890,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.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ bridges:
# -- hookshot bridge docker image
repository: "halfshot/matrix-hookshot"
# -- hookshot bridge docker image tag
tag: "6.0.0"
tag: "6.0.1"
# -- hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always"
pullPolicy: IfNotPresent

Expand Down