File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 88
99type : application
1010
11- version : 19.9.0
11+ version : 19.9.1
1212
1313# renovate: image=ghcr.io/element-hq/synapse
1414appVersion : v1.131.0
Original file line number Diff line number Diff line change 11# matrix
22
3- ![ 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 )
3+ ![ 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 )
44
55A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66
Original file line number Diff line number Diff line change 5757 - mountPath : /var/run/pid
5858 name : ephemeral
5959 subPath : pid
60+ - mountPath : /tmp
61+ name : ephemeral-tmp
6062 readinessProbe :
6163 httpGet :
6264 path : /
9597 # ephemeral cache, PID file, and any other temporary files nginx needs access to
9698 - name : ephemeral
9799 emptyDir : {}
100+ # ephemeral cache, for /tmp
101+ - name : ephemeral-tmp
102+ emptyDir : {}
98103{{- end }}
You can’t perform that action at this time.
0 commit comments