Skip to content

Commit

Permalink
Update halfshot/matrix-hookshot Docker tag to v6 (#623)
Browse files Browse the repository at this point in the history
* Update halfshot/matrix-hookshot Docker tag to v6

* 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>
  • Loading branch information
1 parent a6d2536 commit 323a679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: 16.0.2
version: 17.0.0

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

![Version: 16.0.2](https://img.shields.io/badge/Version-16.0.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)
![Version: 17.0.0](https://img.shields.io/badge/Version-17.0.0-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 | `"5.4.1"` | hookshot bridge docker image tag |
| bridges.hookshot.image.tag | string | `"6.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 | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ bridges:
# -- hookshot bridge docker image
repository: "halfshot/matrix-hookshot"
# -- hookshot bridge docker image tag
tag: "5.4.1"
tag: "6.0.0"
# -- hookshot bridge docker image pull policy. If tag is "latest", set tag to "Always"
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 323a679

Please sign in to comment.