Skip to content

Commit

Permalink
Upgrade all the things: element, coturn, AND synapse to both major/mi…
Browse files Browse the repository at this point in the history
…nor versions respectively (#531)

* Update vectorim/element-web Docker tag to v1.11.65

* update matrix, postgresql, and coturn major and minor versions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
jessebot and renovate[bot] authored May 7, 2024
1 parent 3a2706f commit 6b0bbe5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions charts/matrix/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.3.3
version: 15.1.4
- name: coturn
repository: https://small-hack.github.io/coturn-chart
version: 4.3.0
digest: sha256:f15f9a0724995192ac6aa06e079780021544a82733cf7d67a9051c625dc4f93a
generated: "2024-04-23T13:49:56.040061+02:00"
version: 5.2.0
digest: sha256:8a175b51faccae0bd188df5fcc17d482c9c5bb00a31734dd0e428b0f94d8cfda
generated: "2024-05-07T08:07:44.24269523+02:00"
8 changes: 4 additions & 4 deletions charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ sources:

type: application

version: 7.1.4
version: 8.0.0

# renovate: image=matrixdotorg/synapse
appVersion: v1.103.0
appVersion: v1.106.0

maintainers:
- name: "jessebot"
url: "https://github.com/jessebot/"

dependencies:
- name: postgresql
version: 14.3.3
version: 15.1.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled

- name: coturn
version: 4.3.0
version: 5.2.0
repository: https://small-hack.github.io/coturn-chart
condition: coturn.enabled
8 changes: 4 additions & 4 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 7.1.4](https://img.shields.io/badge/Version-7.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.103.0](https://img.shields.io/badge/AppVersion-v1.103.0-informational?style=flat-square)
![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.106.0](https://img.shields.io/badge/AppVersion-v1.106.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand All @@ -20,8 +20,8 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| https://small-hack.github.io/coturn-chart | coturn | 4.3.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 14.3.3 |
| https://small-hack.github.io/coturn-chart | coturn | 5.2.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.1.4 |

## Values

Expand Down Expand Up @@ -165,7 +165,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
| element.enabled | bool | `true` | Set to false to disable a deployment of Element. Users will still be able to connect via any other instances of Element e.g. https://app.element.io, Element Desktop, or any other Matrix clients |
| element.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy to use for element image, set to Always if using latest tag |
| element.image.repository | string | `"vectorim/element-web"` | registry and repository to use for element docker image |
| element.image.tag | string | `"v1.11.64"` | tag to use for element docker image |
| element.image.tag | string | `"v1.11.65"` | tag to use for element docker image |
| element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager |
| element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | |
| element.ingress.className | string | `"nginx"` | ingressClassName for the k8s ingress |
Expand Down
Binary file removed charts/matrix/charts/coturn-4.3.0.tgz
Binary file not shown.
Binary file added charts/matrix/charts/coturn-5.2.0.tgz
Binary file not shown.
Binary file removed charts/matrix/charts/postgresql-14.3.3.tgz
Binary file not shown.
Binary file added charts/matrix/charts/postgresql-15.1.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ element:
# -- registry and repository to use for element docker image
repository: "vectorim/element-web"
# -- tag to use for element docker image
tag: v1.11.64
tag: v1.11.65
# -- pullPolicy to use for element image, set to Always if using latest tag
pullPolicy: IfNotPresent
service:
Expand Down

0 comments on commit 6b0bbe5

Please sign in to comment.