From a2d45b4303e38f7783465d330600ca164219cbe8 Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Mon, 17 May 2021 20:31:47 -0700 Subject: [PATCH] update carbonplan image --- config/hubs/carbonplan.cluster.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hubs/carbonplan.cluster.yaml b/config/hubs/carbonplan.cluster.yaml index 66972b88e3..d739fff2ff 100644 --- a/config/hubs/carbonplan.cluster.yaml +++ b/config/hubs/carbonplan.cluster.yaml @@ -59,7 +59,7 @@ hubs: subPath: "{username}" image: name: carbonplan/trace-python-notebook - tag: sha-da2d1c9 + tag: latest profileList: # The mem-guarantees are here so k8s doesn't schedule other pods # on these nodes. @@ -167,7 +167,7 @@ hubs: return Options( Integer("worker_cores", 2, min=1, max=16, label="Worker Cores"), Float("worker_memory", 4, min=1, max=32, label="Worker Memory (GiB)"), - String("image", default="pangeo/pangeo-notebook:latest", label="Image"), + String("image", default="carbonplan/trace-python-notebook:latest", label="Image"), handler=option_handler, ) c.Backend.cluster_options = cluster_options @@ -179,4 +179,4 @@ hubs: template: daskhub auth0: connection: github - config: *carbonPlanHubConfig \ No newline at end of file + config: *carbonPlanHubConfig