Skip to content

Commit c6919f9

Browse files
chore(deps): update halfshot/matrix-hookshot docker tag to v7.2.0 (#718)
* chore(deps): update halfshot/matrix-hookshot docker tag to v7.2.0 * helm-docs: automated action --------- 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>
1 parent c930030 commit c6919f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 20.2.0
11+
version: 20.3.0
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.0](https://img.shields.io/badge/Version-20.2.0-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.0](https://img.shields.io/badge/Version-20.3.0-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/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)