Skip to content

Commit

Permalink
Merge pull request #3455 from consideRatio/pr/cleanup-3
Browse files Browse the repository at this point in the history
carbonplan, qcl, ubc-eoas: cleanup no longer needed pullPolicy
  • Loading branch information
consideRatio authored Nov 28, 2023
2 parents ee4cc38 + 3eaf413 commit b7beb6a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions config/clusters/carbonplan/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ basehub:
serviceAccountName: cloud-user-sa
image:
name: carbonplan/trace-python-notebook
# pullPolicy set to "Always" because we use the changing over time tag
# "latest".
pullPolicy: Always
tag: "latest"
profileList:
# The mem-guarantees are here so k8s doesn't schedule other pods
# on these nodes.
Expand Down
4 changes: 0 additions & 4 deletions config/clusters/qcl/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jupyterhub:
# Cull idle kernels after 24h (24 * 60 * 60)
# Ref https://2i2c.freshdesk.com/a/tickets/1120
cull_idle_timeout: 86400
image:
# Required when using :latest, until https://github.com/jupyterhub/kubespawner/pull/807
# is merged
pullPolicy: Always
profileList:
# NOTE: About node sharing
#
Expand Down
4 changes: 0 additions & 4 deletions config/clusters/ubc-eoas/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ 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 b7beb6a

Please sign in to comment.