diff --git a/swan-cern/values.yaml b/swan-cern/values.yaml index 5f2c8e8c..b0680aab 100644 --- a/swan-cern/values.yaml +++ b/swan-cern/values.yaml @@ -9,7 +9,7 @@ swan: # ROOT cron_opennotebook_root_kernel: command: >- - source /cvmfs/sft.cern.ch/lcg/views/LCG_104a_swan/x86_64-centos7-gcc11-opt/setup.sh && + source /cvmfs/sft.cern.ch/lcg/views/LCG_105_swan/x86_64-centos7-gcc11-opt/setup.sh && (timeout 20s python3 -m JupyROOT.kernel.rootkernel > /dev/null 2>&1 || true) minute: '*/15' # NXCALS diff --git a/swan/values.yaml b/swan/values.yaml index 9ad623ae..ec8f67ab 100644 --- a/swan/values.yaml +++ b/swan/values.yaml @@ -36,7 +36,7 @@ cvmfs: # Python3 kernel cron_opennotebook_python3_kernel: command: >- - source /cvmfs/sft.cern.ch/lcg/views/LCG_104a_swan/x86_64-centos7-gcc11-opt/setup.sh && + source /cvmfs/sft.cern.ch/lcg/views/LCG_105_swan/x86_64-centos7-gcc11-opt/setup.sh && (timeout 20s python3 -m ipykernel > /dev/null 2>&1 || true) minute: '*/15'