diff --git a/charts/apps/matrix/Chart.yaml b/charts/apps/matrix/Chart.yaml index c4609a01..0493c1c4 100644 --- a/charts/apps/matrix/Chart.yaml +++ b/charts/apps/matrix/Chart.yaml @@ -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" @@ -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 diff --git a/charts/apps/matrix/README.md b/charts/apps/matrix/README.md index 1534f06d..6bc6964d 100644 --- a/charts/apps/matrix/README.md +++ b/charts/apps/matrix/README.md @@ -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 @@ -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` | | diff --git a/charts/apps/matrix/values.yaml b/charts/apps/matrix/values.yaml index 056ebc45..c44c82ec 100644 --- a/charts/apps/matrix/values.yaml +++ b/charts/apps/matrix/values.yaml @@ -322,7 +322,7 @@ postgresql: synapse: image: repository: "matrixdotorg/synapse" - tag: v1.89.0 + tag: v1.90.0 pullPolicy: IfNotPresent service: type: ClusterIP diff --git a/docs/charts/matrix.md b/docs/charts/matrix.md index 1534f06d..6bc6964d 100644 --- a/docs/charts/matrix.md +++ b/docs/charts/matrix.md @@ -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 @@ -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` | |