Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update notebook server images to final v1.8.0 release #319

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charms/jupyter-controller/examples/sample-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charms/jupyter-controller/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
type: oci-image
description: 'Backing OCI image'
auto-fetch: true
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.8.0-rc.0
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.8.0
provides:
metrics-endpoint:
interface: prometheus_scrape
Expand Down
25 changes: 14 additions & 11 deletions charms/jupyter-ui/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,25 @@ options:
type: boolean
default: false
description: Whether cookies should require HTTPS
# Note: *-images options here are intentionally not in alphabetical order
# in order to match the same order as in the spawner_ui_config.yaml
# (typos have been made in past when the order o)
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
description: list of image options for RStudio
vscode-images:
type: string
default: |
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0
- kubeflownotebookswg/codeserver-python:v1.8.0
description: list of image options for VSCode
rstudio-images:
type: string
default: |
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0
description: list of image options for RStudio
2 changes: 1 addition & 1 deletion charms/jupyter-ui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0-rc.0
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0
requires:
ingress:
interface: ingress
Expand Down
Loading