From 55d28f5e4fc085f8c4dc86fbb8f41dbcc18de959 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 7 Jun 2025 22:51:59 +0200 Subject: [PATCH 1/2] fix #681 by adding tmp ephemeral volume --- charts/matrix/Chart.yaml | 2 +- charts/matrix/README.md | 4 ++-- charts/matrix/templates/element/deployment.yaml | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 619ec796..b70b4d3f 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 19.9.0 +version: 19.9.1 # renovate: image=ghcr.io/element-hq/synapse appVersion: v1.131.0 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 6e81dcef..dd62ee8e 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 19.9.0](https://img.shields.io/badge/Version-19.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.131.0](https://img.shields.io/badge/AppVersion-v1.131.0-informational?style=flat-square) +![Version: 19.9.1](https://img.shields.io/badge/Version-19.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.131.0](https://img.shields.io/badge/AppVersion-v1.131.0-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -838,4 +838,4 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | volumes.synapseConfig.storageClass | string | `""` | Storage class (optional) | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/matrix/templates/element/deployment.yaml b/charts/matrix/templates/element/deployment.yaml index f4c9a025..3a60d3d0 100644 --- a/charts/matrix/templates/element/deployment.yaml +++ b/charts/matrix/templates/element/deployment.yaml @@ -57,6 +57,8 @@ spec: - mountPath: /var/run/pid name: ephemeral subPath: pid + - mountPath: /tmp + name: ephemeral-tmp readinessProbe: httpGet: path: / @@ -95,4 +97,7 @@ spec: # ephemeral cache, PID file, and any other temporary files nginx needs access to - name: ephemeral emptyDir: {} + # ephemeral cache, for /tmp + - name: ephemeral-tmp + emptyDir: {} {{- end }} From 1b516a54b604962711bca3cbe6ece561940b6a22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Jun 2025 20:53:13 +0000 Subject: [PATCH 2/2] helm-docs: automated action --- charts/matrix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/matrix/README.md b/charts/matrix/README.md index dd62ee8e..288bfbc5 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -838,4 +838,4 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | volumes.synapseConfig.storageClass | string | `""` | Storage class (optional) | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)