Skip to content

Commit

Permalink
auto update of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Nov 5, 2024
1 parent 090c1d9 commit 5953849
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pawspublic:
nbserve:
image:
name: quay.io/wikimedia-paws-prod/nbserve
tag: pr-419 # nbserve tag managed by github actions
tag: pr-461 # nbserve tag managed by github actions
# pawspublic.nbserve.image.template safely defines image:tag name in yaml
template: "{{ .Values.pawspublic.nbserve.image.name}}:{{.Values.pawspublic.nbserve.image.tag }}"
replicas: 1
Expand All @@ -15,7 +15,7 @@ pawspublic:
renderer:
image:
name: quay.io/wikimedia-paws-prod/renderer
tag: pr-418 # renderer tag managed by github actions
tag: pr-461 # renderer tag managed by github actions
# pawspublic.nbserve.image.template safely defines image:tag name in yaml
template: "{{ .Values.pawspublic.renderer.image.name}}:{{.Values.pawspublic.renderer.image.tag }}"
requests:
Expand Down Expand Up @@ -254,7 +254,7 @@ jupyterhub:
fsGroup: 52771
image:
name: quay.io/wikimedia-paws-prod/paws-hub
tag: pr-448 # paws-hub tag managed by github actions
tag: pr-461 # paws-hub tag managed by github actions
containerSecurityContext:
runAsUser: 52771
resources:
Expand All @@ -280,7 +280,7 @@ jupyterhub:
fsGid: 52771
image:
name: quay.io/wikimedia-paws-prod/singleuser
tag: pr-459 # singleuser tag managed by github actions
tag: pr-461 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 0.70G
Expand Down Expand Up @@ -316,6 +316,6 @@ localdev:
enabled: true
image:
name: quay.io/wikimedia-paws-prod/jobber
tag: pr-420 # jobber tag managed by github actions
tag: pr-461 # jobber tag managed by github actions
# mediawikiHacks.image.template safely defines image:tag name in yaml
template: "{{ .Values.localdev.image.name}}:{{.Values.localdev.image.tag }}"

0 comments on commit 5953849

Please sign in to comment.