Skip to content

Commit 42fd606

Browse files
authored
Update values.yaml
1 parent e66a557 commit 42fd606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paws/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ pawspublic:
1212
nbserve:
1313
image:
1414
name: quay.io/wikimedia-paws-prod/nbserve
15-
tag: pr-76 # nbserve tag managed by github actions
15+
tag: 21.10.01 # nbserve tag managed by github actions
1616
# pawspublic.nbserve.image.template safely defines image:tag name in yaml
1717
template: "{{ .Values.pawspublic.nbserve.image.name}}:{{.Values.pawspublic.nbserve.image.tag }}"
1818
replicas: 1
1919
renderer:
2020
image:
2121
name: quay.io/wikimedia-paws-prod/renderer
22-
tag: pr-76 # renderer tag managed by github actions
22+
tag: 21.10.01 # renderer tag managed by github actions
2323
# pawspublic.nbserve.image.template safely defines image:tag name in yaml
2424
template: "{{ .Values.pawspublic.renderer.image.name}}:{{.Values.pawspublic.renderer.image.tag }}"
2525
replicas: 1
@@ -259,7 +259,7 @@ jupyterhub:
259259
fsGid: 52771
260260
image:
261261
name: quay.io/wikimedia-paws-prod/paws-hub
262-
tag: pr-76 # paws-hub tag managed by github actions
262+
tag: 21.10.01 # paws-hub tag managed by github actions
263263
containerSecurityContext:
264264
runAsUser: 52771
265265
ingress:
@@ -306,7 +306,7 @@ localdev:
306306
enabled: true
307307
image:
308308
name: quay.io/wikimedia-paws-prod/jobber
309-
tag: pr-76 # jobber tag managed by github actions
309+
tag: 21.10.01 # jobber tag managed by github actions
310310
# mediawikiHacks.image.template safely defines image:tag name in yaml
311311
template: "{{ .Values.localdev.image.name}}:{{.Values.localdev.image.tag }}"
312312

0 commit comments

Comments
 (0)