From b2397e55054463bc366f4a76e4347da9886812ee Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Thu, 25 Apr 2024 15:49:45 +0200 Subject: [PATCH] change base image to python 3.10 --- infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml b/infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml index 9c34418..fd7d145 100644 --- a/infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml +++ b/infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml @@ -164,8 +164,10 @@ spec: # mountPropagation: HostToContainer # readOnly: true image: - name: quay.io/jupyter/scipy-notebook - tag: python-3.11.8 + #name: quay.io/jupyter/scipy-notebook + #tag: python-3.11.8 + name: jupyter/scipy-notebook + tag: python-3.10.11 pullPolicy: Always # nodeSelector: # jupyter: singleuser