Skip to content
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
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: 19.9.0
version: 19.9.1

# renovate: image=ghcr.io/element-hq/synapse
appVersion: v1.131.0
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions charts/matrix/templates/element/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
- mountPath: /var/run/pid
name: ephemeral
subPath: pid
- mountPath: /tmp
name: ephemeral-tmp
readinessProbe:
httpGet:
path: /
Expand Down Expand Up @@ -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 }}