Skip to content

Commit 1f4ef40

Browse files
small-hack-renovate[bot]github-actions[bot]jessebot
authored
Update halfshot/matrix-hookshot Docker tag to v7 (#692)
* Update halfshot/matrix-hookshot Docker tag to v7 * helm-docs: automated action * only bump minor version for this one --------- Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jesse Hitch <[email protected]>
1 parent 8952b7a commit 1f4ef40

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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: 19.7.0
11+
version: 19.8.0
1212

1313
# renovate: image=ghcr.io/element-hq/synapse
1414
appVersion: v1.131.0

charts/matrix/README.md

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

3-
![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)
3+
![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)
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 | `"6.0.1"` | hookshot bridge docker image tag |
287+
| bridges.hookshot.image.tag | string | `"7.0.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 | `""` | |
@@ -838,4 +838,4 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
838838
| volumes.synapseConfig.storageClass | string | `""` | Storage class (optional) |
839839

840840
----------------------------------------------
841-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
841+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ bridges:
18161816
# -- hookshot bridge docker image
18171817
repository: "halfshot/matrix-hookshot"
18181818
# -- hookshot bridge docker image tag
1819-
tag: "6.0.1"
1819+
tag: "7.0.0"
18201820
# -- hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always"
18211821
pullPolicy: IfNotPresent
18221822

0 commit comments

Comments
 (0)