1717spawnerFormDefaults :
1818 image :
1919 # The container Image for the user's Jupyter Notebook
20- value : kubeflownotebookswg/jupyter-scipy:v1.6.0-rc.2
20+ value : kubeflownotebookswg/jupyter-scipy:v1.6.0
2121 # The list of available standard container Images
2222 options :
23- - kubeflownotebookswg/jupyter-scipy:v1.6.0-rc.2
24- - kubeflownotebookswg/jupyter-pytorch-full:v1.6.0-rc.2
25- - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.6.0-rc.2
26- - kubeflownotebookswg/jupyter-tensorflow-full:v1.6.0-rc.2
27- - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.6.0-rc.2
23+ - kubeflownotebookswg/jupyter-scipy:v1.6.0
24+ - kubeflownotebookswg/jupyter-pytorch-full:v1.6.0
25+ - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.6.0
26+ - kubeflownotebookswg/jupyter-tensorflow-full:v1.6.0
27+ - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.6.0
2828 imageGroupOne :
2929 # The container Image for the user's Group One Server
3030 # The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
3131 # is applied to notebook in this group, configuring
3232 # the Istio rewrite for containers that host their web UI at `/`
33- value : kubeflownotebookswg/codeserver-python:v1.6.0-rc.2
33+ value : kubeflownotebookswg/codeserver-python:v1.6.0
3434 # The list of available standard container Images
3535 options :
36- - kubeflownotebookswg/codeserver-python:v1.6.0-rc.2
36+ - kubeflownotebookswg/codeserver-python:v1.6.0
3737 imageGroupTwo :
3838 # The container Image for the user's Group Two Server
3939 # The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
@@ -42,10 +42,10 @@ spawnerFormDefaults:
4242 # The annotation `notebooks.kubeflow.org/http-headers-request-set`
4343 # is applied to notebook in this group, configuring Istio
4444 # to add the `X-RStudio-Root-Path` header to requests
45- value : kubeflownotebookswg/rstudio-tidyverse:v1.6.0-rc.2
45+ value : kubeflownotebookswg/rstudio-tidyverse:v1.6.0
4646 # The list of available standard container Images
4747 options :
48- - kubeflownotebookswg/rstudio-tidyverse:v1.6.0-rc.2
48+ - kubeflownotebookswg/rstudio-tidyverse:v1.6.0
4949 # If true, hide registry and/or tag name in the image selection dropdown
5050 hideRegistry : true
5151 hideTag : false
0 commit comments