Skip to content

Commit

Permalink
chore: update images for kf 1.9.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Jul 24, 2024
1 parent 6e92c52 commit 01dbfa4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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.9.0-rc.0
image: kubeflownotebookswg/jupyter-pytorch-full:v1.9.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: charmedkubeflow/notebook-controller:1.9.0-d701af2
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.9.0
provides:
metrics-endpoint:
interface: prometheus_scrape
Expand Down
14 changes: 7 additions & 7 deletions charms/jupyter-ui/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ options:
jupyter-images:
type: string
default: |
- kubeflownotebookswg/jupyter-scipy:v1.9.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.9.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.9.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.9.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.9.0-rc.0
- kubeflownotebookswg/jupyter-scipy:v1.9.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.9.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.9.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.9.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.9.0
description: list of image options for Jupyter Notebook
vscode-images:
type: string
default: |
- kubeflownotebookswg/codeserver-python:v1.9.0-rc.0
- kubeflownotebookswg/codeserver-python:v1.9.0
description: list of image options for VSCode
rstudio-images:
type: string
default: |
- kubeflownotebookswg/rstudio-tidyverse:v1.9.0-rc.0
- kubeflownotebookswg/rstudio-tidyverse:v1.9.0
description: list of image options for RStudio
gpu-number-default:
type: int
Expand Down
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: charmedkubeflow/jupyter-web-app:1.9.0-0fc426a
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.9.0
requires:
ingress:
interface: ingress
Expand Down

0 comments on commit 01dbfa4

Please sign in to comment.