Skip to content

Commit b591809

Browse files
committed
Update taint manager image name
1 parent 4d71654 commit b591809

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

images/taint-manager/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ load('ext://restart_process', 'docker_build_with_restart')
7878

7979
# Wrap a docker_build to restart the given entrypoint after a Live Update.
8080
docker_build(
81-
'lthub/' + project_name,
81+
'jupyterhub/' + project_name,
8282
'.',
8383
dockerfile_contents=dockerfile,
8484
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',

images/taint-manager/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
app: taintmanager
1414
spec:
1515
containers:
16-
- image: lthub/taintmanager
16+
- image: jupyterhub/k8s-taint-manager
1717
imagePullPolicy: IfNotPresent
1818
name: taintmanager
1919
env:

jupyterhub/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,8 @@ prePuller:
615615
taintmanager:
616616
enabled: true
617617
image:
618-
name: lthub/taintmanager
619-
tag: master
618+
name: jupyterhub/k8s-taint-manager
619+
tag: "set-by-chartpress"
620620
# taint/tolerations used for preventing user pods being scheduled while user image is being pulled
621621
# only first element in the list is being used
622622
tolerations:

0 commit comments

Comments
 (0)