Skip to content

Commit

Permalink
UBC-EOAS: Explicitly set imagePullPolicy to "Always"
Browse files Browse the repository at this point in the history
Needed until this KubeSpawner bug fix is merged:
jupyterhub/kubespawner#807

Ref https://2i2c.freshdesk.com/a/tickets/1100
  • Loading branch information
yuvipanda committed Nov 10, 2023
1 parent 281f4f2 commit ab87a4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/clusters/ubc-eoas/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jupyterhub:
- hmodzelewski # Technical representative, Henryk Modzelewski

singleuser:
image:
# Required when using :latest, until https://github.com/jupyterhub/kubespawner/pull/807
# is merged
pullPolicy: Always
defaultUrl: /lab
memory:
# https://2i2c.freshdesk.com/a/tickets/955
Expand Down

0 comments on commit ab87a4a

Please sign in to comment.