Skip to content

Commit

Permalink
Update taint manager image name
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Feb 10, 2023
1 parent 4d71654 commit b591809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/taint-manager/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ load('ext://restart_process', 'docker_build_with_restart')

# Wrap a docker_build to restart the given entrypoint after a Live Update.
docker_build(
'lthub/' + project_name,
'jupyterhub/' + project_name,
'.',
dockerfile_contents=dockerfile,
entrypoint='/go/bin/dlv --listen=0.0.0.0:50100 --api-version=2 --headless=true --only-same-user=false --accept-multiclient --check-go-version=false exec -- /usr/local/bin/taintmanager -remove jupyterhub:NoSchedule',
Expand Down
2 changes: 1 addition & 1 deletion images/taint-manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
app: taintmanager
spec:
containers:
- image: lthub/taintmanager
- image: jupyterhub/k8s-taint-manager
imagePullPolicy: IfNotPresent
name: taintmanager
env:
Expand Down
4 changes: 2 additions & 2 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,8 @@ prePuller:
taintmanager:
enabled: true
image:
name: lthub/taintmanager
tag: master
name: jupyterhub/k8s-taint-manager
tag: "set-by-chartpress"
# taint/tolerations used for preventing user pods being scheduled while user image is being pulled
# only first element in the list is being used
tolerations:
Expand Down

0 comments on commit b591809

Please sign in to comment.