Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker-image): update matrixdotorg/synapse docker tag to v1.90.0 #210

Merged
merged 2 commits into from
Aug 28, 2023
Merged
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
6 changes: 3 additions & 3 deletions charts/apps/matrix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update matrixdotorg/synapse docker tag to v1.89.0
description: update matrixdotorg/synapse docker tag to v1.90.0
apiVersion: v2
appVersion: v1.89.0
appVersion: v1.90.0
dependencies:
- name: postgresql
version: "12.x"
Expand All @@ -19,4 +19,4 @@ name: matrix
sources:
- "https://github.com/zekker6/helm-charts/tree/main/charts/apps/matrix"
type: application
version: 2.31.0
version: 2.32.0
4 changes: 2 additions & 2 deletions charts/apps/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 2.31.0](https://img.shields.io/badge/Version-2.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.89.0](https://img.shields.io/badge/AppVersion-v1.89.0-informational?style=flat-square)
![Version: 2.32.0](https://img.shields.io/badge/Version-2.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.90.0](https://img.shields.io/badge/AppVersion-v1.90.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack into Kubernetes

Expand Down Expand Up @@ -302,7 +302,7 @@ N/A
| riot.welcomeUserId | string | `""` | |
| synapse.image.pullPolicy | string | `"IfNotPresent"` | |
| synapse.image.repository | string | `"matrixdotorg/synapse"` | |
| synapse.image.tag | string | `"v1.89.0"` | |
| synapse.image.tag | string | `"v1.90.0"` | |
| synapse.labels.component | string | `"synapse"` | |
| synapse.metrics.annotations | bool | `true` | |
| synapse.metrics.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ postgresql:
synapse:
image:
repository: "matrixdotorg/synapse"
tag: v1.89.0
tag: v1.90.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
4 changes: 2 additions & 2 deletions docs/charts/matrix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 2.31.0](https://img.shields.io/badge/Version-2.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.89.0](https://img.shields.io/badge/AppVersion-v1.89.0-informational?style=flat-square)
![Version: 2.32.0](https://img.shields.io/badge/Version-2.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.90.0](https://img.shields.io/badge/AppVersion-v1.90.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack into Kubernetes

Expand Down Expand Up @@ -302,7 +302,7 @@ N/A
| riot.welcomeUserId | string | `""` | |
| synapse.image.pullPolicy | string | `"IfNotPresent"` | |
| synapse.image.repository | string | `"matrixdotorg/synapse"` | |
| synapse.image.tag | string | `"v1.89.0"` | |
| synapse.image.tag | string | `"v1.90.0"` | |
| synapse.labels.component | string | `"synapse"` | |
| synapse.metrics.annotations | bool | `true` | |
| synapse.metrics.enabled | bool | `true` | |
Expand Down