Skip to content

Commit 32316b1

Browse files
authored
fix version of python for extra pip packages to 3.13 (#738)
1 parent 63dc0ef commit 32316b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 21.3.0
11+
version: 21.3.1
1212

1313
# renovate: image=ghcr.io/element-hq/synapse
1414
appVersion: v1.142.1

charts/matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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)

charts/matrix/templates/synapse/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)