From 12491447fb06d79e9a090bb9e457fc954a63ae70 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 24 Mar 2026 11:42:54 -0700 Subject: [PATCH] Use test kernel branch of jupyterlab-generic in qa-vpodc --- devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml b/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml index 0118ee4..8e54316 100644 --- a/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml @@ -338,7 +338,7 @@ hatchery: "cpu-limit": "2.0", "memory-limit": "8Gi", "name": "(Generic) Software Library Testing", - "image": "quay.io/cdis/jupyterlab-generic:master", + "image": "quay.io/cdis/jupyterlab-generic:test_add-python-kernel-jupyterlab-generic", "env": { "FRAME_ANCESTORS": "https://qa-vpodc.planx-pla.net" },