Skip to content

Commit c7ff7a8

Browse files
Update kubeflow/notebooks manifests from v1.11.0-rc.1
Signed-off-by: Christian Heusel <christian@heusel.eu>
1 parent 46f3142 commit c7ff7a8

21 files changed

Lines changed: 315 additions & 104 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ This repository periodically synchronizes all official Kubeflow components from
6464
| - | - | - | - | - | - |
6565
| Training Operator | applications/training-operator/upstream | [v1.9.2](https://github.com/kubeflow/training-operator/tree/v1.9.2/manifests) | 3m | 25Mi | 0GB |
6666
| Trainer | applications/trainer/upstream | [v2.2.0](https://github.com/kubeflow/trainer/tree/v2.2.0/manifests) | 8m | 143Mi | 0GB |
67-
| Notebook Controller | applications/jupyter/notebook-controller/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/notebook-controller/config) | 5m | 93Mi | 0GB |
68-
| PVC Viewer Controller | applications/pvcviewer-controller/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/pvcviewer-controller/config) | 15m | 128Mi | 0GB |
69-
| Tensorboard Controller | applications/tensorboard/tensorboard-controller/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/tensorboard-controller/config) | 15m | 128Mi | 0GB |
67+
| Notebook Controller | applications/jupyter/notebook-controller/upstream | [v1.11.0-rc.1](https://github.com/kubeflow/notebooks/tree/v1.11.0-rc.1/components/notebook-controller/config) | 5m | 93Mi | 0GB |
68+
| PVC Viewer Controller | applications/pvcviewer-controller/upstream | [v1.11.0-rc.1](https://github.com/kubeflow/notebooks/tree/v1.11.0-rc.1/components/pvcviewer-controller/config) | 15m | 128Mi | 0GB |
69+
| Tensorboard Controller | applications/tensorboard/tensorboard-controller/upstream | [v1.11.0-rc.1](https://github.com/kubeflow/notebooks/tree/v1.11.0-rc.1/components/tensorboard-controller/config) | 15m | 128Mi | 0GB |
7070
| Central Dashboard | applications/centraldashboard/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/centraldashboard/manifests) | 2m | 159Mi | 0GB |
7171
| Profiles + KFAM | applications/profiles/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/profile-controller/config) | 7m | 129Mi | 0GB |
7272
| PodDefaults Webhook | applications/admission-webhook/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/admission-webhook/manifests) | 1m | 14Mi | 0GB |
73-
| Jupyter Web Application | applications/jupyter/jupyter-web-app/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/crud-web-apps/jupyter/manifests) | 4m | 231Mi | 0GB |
74-
| Tensorboards Web Application | applications/tensorboard/tensorboards-web-app/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/crud-web-apps/tensorboards/manifests) | | | |
75-
| Volumes Web Application | applications/volumes-web-app/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/crud-web-apps/volumes/manifests) | 4m | 226Mi | 0GB |
73+
| Jupyter Web Application | applications/jupyter/jupyter-web-app/upstream | [v1.11.0-rc.1](https://github.com/kubeflow/notebooks/tree/v1.11.0-rc.1/components/crud-web-apps/jupyter/manifests) | 4m | 231Mi | 0GB |
74+
| Tensorboards Web Application | applications/tensorboard/tensorboards-web-app/upstream | [v1.11.0-rc.1](https://github.com/kubeflow/notebooks/tree/v1.11.0-rc.1/components/crud-web-apps/tensorboards/manifests) | | | |
75+
| Volumes Web Application | applications/volumes-web-app/upstream | [v1.11.0-rc.1](https://github.com/kubeflow/notebooks/tree/v1.11.0-rc.1/components/crud-web-apps/volumes/manifests) | 4m | 226Mi | 0GB |
7676
| Katib | applications/katib/upstream | [v0.19.0](https://github.com/kubeflow/katib/tree/v0.19.0/manifests/v1beta1) | 13m | 476Mi | 10GB |
7777
| KServe | applications/kserve/kserve | [v0.16.0](https://github.com/kserve/kserve/releases/tag/v0.16.0/install/v0.16.0) | 600m | 1200Mi | 0GB |
7878
| KServe Models Web Application | applications/kserve/models-web-app | [c71ee4309f0335159d9fdfd4559a538b5c782c92](https://github.com/kserve/models-web-app/tree/c71ee4309f0335159d9fdfd4559a538b5c782c92/manifests/kustomize) | 6m | 259Mi | 0GB |

applications/jupyter/jupyter-web-app/upstream/base/configs/spawner_ui_config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ spawnerFormDefaults:
3737
################################################################
3838
image:
3939
# the default container image
40-
value: ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.10.0
40+
value: ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.11.0-rc.1
4141

4242
# the list of available container images in the dropdown
4343
options:
44-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.10.0
45-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full:v1.10.0
46-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full:v1.10.0
47-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full:v1.10.0
48-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full:v1.10.0
49-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full:v1.10.0
44+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.11.0-rc.1
45+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full:v1.11.0-rc.1
46+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full:v1.11.0-rc.1
47+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full:v1.11.0-rc.1
48+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full:v1.11.0-rc.1
49+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full:v1.11.0-rc.1
5050

5151
################################################################
5252
# VSCode-like Container Images (Group 1)
@@ -61,11 +61,11 @@ spawnerFormDefaults:
6161
################################################################
6262
imageGroupOne:
6363
# the default container image
64-
value: ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:v1.10.0
64+
value: ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:v1.11.0-rc.1
6565

6666
# the list of available container images in the dropdown
6767
options:
68-
- ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:v1.10.0
68+
- ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:v1.11.0-rc.1
6969

7070
################################################################
7171
# RStudio-like Container Images (Group 2)
@@ -82,11 +82,11 @@ spawnerFormDefaults:
8282
################################################################
8383
imageGroupTwo:
8484
# the default container image
85-
value: ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:v1.10.0
85+
value: ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:v1.11.0-rc.1
8686

8787
# the list of available container images in the dropdown
8888
options:
89-
- ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:v1.10.0
89+
- ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:v1.11.0-rc.1
9090

9191
################################################################
9292
# CPU Resources

applications/jupyter/jupyter-web-app/upstream/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
type: RuntimeDefault
1212
containers:
1313
- name: jupyter-web-app
14-
image: ghcr.io/kubeflow/kubeflow/jupyter-web-app
14+
image: ghcr.io/kubeflow/notebooks/jupyter-web-app
1515
ports:
1616
- containerPort: 5000
1717
volumeMounts:

applications/jupyter/jupyter-web-app/upstream/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ commonLabels:
2121
app: jupyter-web-app
2222
kustomize.component: jupyter-web-app
2323
images:
24-
- name: ghcr.io/kubeflow/kubeflow/jupyter-web-app
25-
newName: ghcr.io/kubeflow/kubeflow/jupyter-web-app
26-
newTag: v1.10.0
24+
- name: ghcr.io/kubeflow/notebooks/jupyter-web-app
25+
newName: ghcr.io/kubeflow/notebooks/jupyter-web-app
26+
newTag: v1.11.0-rc.1
2727
# We need the name to be unique without the suffix because the original name is what
2828
# gets used with patches
2929
configMapGenerator:

applications/jupyter/notebook-controller/upstream/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Kustomization
33
resources:
44
- ../default
55
images:
6-
- name: ghcr.io/kubeflow/kubeflow/notebook-controller
7-
newName: ghcr.io/kubeflow/kubeflow/notebook-controller
8-
newTag: v1.10.0
6+
- name: ghcr.io/kubeflow/notebooks/notebook-controller
7+
newName: ghcr.io/kubeflow/notebooks/notebook-controller
8+
newTag: v1.11.0-rc.1

0 commit comments

Comments
 (0)