Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 10fc3c9

Browse files
committed
k8s: qareports-web: bump to Python 3.9
Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 731a8b5 commit 10fc3c9

7 files changed

+8
-8
lines changed

k8s/qareports-fetch-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
subPath: secret.dat
8585

8686
- name: qareports-local-settings
87-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
87+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
8888
subPath: local_settings.py
8989

9090
- name: qareports-extra-settings

k8s/qareports-listener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040

4141
volumeMounts:
4242
- name: qareports-local-settings
43-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
43+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
4444
subPath: local_settings.py
4545

4646
resources:

k8s/qareports-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
subPath: secret.dat
4343

4444
- name: qareports-local-settings
45-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
45+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
4646
subPath: local_settings.py
4747

4848
resources:

k8s/qareports-pod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232

3333
volumeMounts:
3434
- name: qareports-local-settings
35-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
35+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
3636
subPath: local_settings.py
3737

3838
resources:

k8s/qareports-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
subPath: secret.dat
4949

5050
- name: qareports-local-settings
51-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
51+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
5252
subPath: local_settings.py
5353

5454
resources:

k8s/qareports-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ spec:
141141
subPath: linaro_ldap.py
142142

143143
- name: qareports-ldap-conf
144-
mountPath: /usr/local/lib/python3.7/dist-packages/linaro_ldap_backends.py
144+
mountPath: /usr/local/lib/python3.9/dist-packages/linaro_ldap_backends.py
145145
subPath: linaro_ldap_backends.py
146146

147147
- name: qareports-local-settings
148-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
148+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
149149
subPath: local_settings.py
150150

151151
- name: qareports-extra-settings

k8s/qareports-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
subPath: secret.dat
108108

109109
- name: qareports-local-settings
110-
mountPath: /usr/local/lib/python3.7/dist-packages/squad/local_settings.py
110+
mountPath: /usr/local/lib/python3.9/dist-packages/squad/local_settings.py
111111
subPath: local_settings.py
112112

113113
- name: qareports-extra-settings

0 commit comments

Comments
 (0)