File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99type : application
1010
11- version : 21.3.0
11+ version : 21.3.1
1212
1313# renovate: image=ghcr.io/element-hq/synapse
1414appVersion : v1.142.1
Original file line number Diff line number Diff line change 11# matrix
22
3- ![ Version: 21.3.0 ] ( https://img.shields.io/badge/Version-21.3.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v1.142.1] ( https://img.shields.io/badge/AppVersion-v1.142.1-informational?style=flat-square )
3+ ![ Version: 21.3.1 ] ( https://img.shields.io/badge/Version-21.3.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v1.142.1] ( https://img.shields.io/badge/AppVersion-v1.142.1-informational?style=flat-square )
44
55A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66
@@ -842,4 +842,4 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
842842| volumes.synapseConfig.storageClass | string | ` "" ` | Storage class (optional) |
843843
844844----------------------------------------------
845- Autogenerated from chart metadata using [ helm-docs v1.11.0 ] ( https://github.com/norwoodj/helm-docs/releases/v1.11.0 )
845+ Autogenerated from chart metadata using [ helm-docs v1.14.2 ] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ spec:
400400 {{- end }}
401401 {{- if .Values.s3.enabled }}
402402 - name : PYTHONPATH
403- value : " /usr/local/lib/python3.11 /site-packages:/data/extra_pip_packages/lib/python3.11 /site-packages"
403+ value : " /usr/local/lib/python3.13 /site-packages:/data/extra_pip_packages/lib/python3.13 /site-packages"
404404 {{- end }}
405405 {{- if .Values.synapse.extraEnv }}
406406 {{- toYaml .Values.synapse.extraEnv | nindent 12 }}
You can’t perform that action at this time.
0 commit comments