From 1a45dcd786ac35369d25ac89e0a9d747346c68a0 Mon Sep 17 00:00:00 2001 From: misohu Date: Thu, 2 Nov 2023 14:13:47 +0100 Subject: [PATCH] Update image and manifests for v1.8 --- .../examples/sample-notebook.yaml | 2 +- charms/jupyter-ui/config.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charms/jupyter-controller/examples/sample-notebook.yaml b/charms/jupyter-controller/examples/sample-notebook.yaml index 376a124d..dc42a02c 100644 --- a/charms/jupyter-controller/examples/sample-notebook.yaml +++ b/charms/jupyter-controller/examples/sample-notebook.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: notebook - image: kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0 + image: kubeflownotebookswg/jupyter-pytorch-full:v1.8.0 imagePullPolicy: IfNotPresent resources: requests: diff --git a/charms/jupyter-ui/config.yaml b/charms/jupyter-ui/config.yaml index fb6eca3c..4afe1463 100644 --- a/charms/jupyter-ui/config.yaml +++ b/charms/jupyter-ui/config.yaml @@ -22,19 +22,19 @@ options: jupyter-images: type: string default: | - - kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0-rc.0 - - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0-rc.0 + - kubeflownotebookswg/jupyter-scipy:v1.8.0 + - kubeflownotebookswg/jupyter-pytorch-full:v1.8.0 + - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0 + - kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0 + - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0 description: list of image options for Jupyter Notebook rstudio-images: type: string default: | - - kubeflownotebookswg/codeserver-python:v1.8.0-rc.0 + - kubeflownotebookswg/codeserver-python:v1.8.0 description: list of image options for RStudio vscode-images: type: string default: | - - kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0 + - kubeflownotebookswg/rstudio-tidyverse:v1.8.0 description: list of image options for VSCode