From 98b8b2d23d5a5c8df52e0dd45f2adb9ce0b89fab Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 14 Jul 2026 13:37:26 -0700 Subject: [PATCH] Update start notebook command name --- devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml index 0de619e..673961a 100644 --- a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml @@ -145,7 +145,7 @@ hatchery: replicaCount: 2 image: repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/hatchery - tag: "fix_long-names" + tag: "master" hatchery: json: | { @@ -199,7 +199,7 @@ hatchery: "PATH": "/opt/conda/bin:/home/jovyan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }, "command": [ - "start-notebook.py" + "start-notebook.sh" ], "args": [ "--ServerApp.base_url=/lw-workspace/proxy/",