Skip to content
Snippets Groups Projects
Commit ce17d0ac authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent 1497efff
No related branches found
No related tags found
No related merge requests found
Pipeline #34375 passed
......@@ -124,7 +124,7 @@ class MySpawner(KubeSpawner):
{
'display_name': 'Nrp-Stack Desktop - Visual Code, mutiple Apps',
'kubespawner_override': {
'image': 'localhost:30081/prp/jupyter-stack/5g-desktop::v1.0',
'image': 'localhost:30081/prp/jupyter-stack/5g-desktop:v1.0',
'imagePullPolicy': 'IfNotPresent',
# 'image': 'localhost:30081/prp/jupyter-stack/prism-desktop:0addcd15',
......@@ -147,7 +147,7 @@ class MySpawner(KubeSpawner):
{
'display_name': 'Nrp-Stack Datascience',
'kubespawner_override': {
'image': 'localhost:30081/prp/jupyter-stack/datascience::v1.0',
'image': 'localhost:30081/prp/jupyter-stack/datascience:v1.0',
'imagePullPolicy': 'IfNotPresent',
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment