diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee5fadff082d7c5a539392530a1fde61602ac312..43fc284b750b2c0cdeb0a258fdbb39b72ae7ba6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ deploy-helm: # - helm upgrade --cleanup-on-fail --install hpchub jupyterhub/jupyterhub -n csusb-hpc --version=1.2.0 --values values.yaml - helm upgrade --cleanup-on-fail --install hpchub jupyterhub/jupyterhub - --namespace csusb-hpc --version=3.0.3 + --namespace csusb-hpc --version=3.3.7 --values values.yaml --set-file hub.extraFiles.custom_spawner_profile.stringData=./extraFiles/my_spawner.html --set-file hub.extraFiles.custom_spawner.stringData=./extraFiles/my_spawner.py