Skip to content

Commit

Permalink
[kubeflow 1.8] release: bump container images to tag 1.8.0-rc.0 and b…
Browse files Browse the repository at this point in the history
…ump release version (#7234)

This commit updates the release tag for container images and
adds pvc-viewer to update-manifests-images script
  • Loading branch information
DnPlas committed Sep 7, 2023
1 parent a679da5 commit 309873a
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/poddefaults-webhook
newName: docker.io/kubeflownotebookswg/poddefaults-webhook
newTag: latest
newTag: v1.8.0-rc.0
namespace: kubeflow
generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/centraldashboard
newName: docker.io/kubeflownotebookswg/centraldashboard
newTag: latest
newTag: v1.8.0-rc.0
configMapGenerator:
- envs:
- params.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ spawnerFormDefaults:
################################################################
image:
# the default container image
value: kubeflownotebookswg/jupyter-scipy:latest
value: kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/jupyter-scipy:latest
- kubeflownotebookswg/jupyter-pytorch-full:latest
- kubeflownotebookswg/jupyter-pytorch-cuda-full:latest
- kubeflownotebookswg/jupyter-tensorflow-full:latest
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:latest
- 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

################################################################
# VSCode-like Container Images (Group 1)
Expand All @@ -60,11 +60,11 @@ spawnerFormDefaults:
################################################################
imageGroupOne:
# the default container image
value: kubeflownotebookswg/codeserver-python:latest
value: kubeflownotebookswg/codeserver-python:v1.8.0-rc.0

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/codeserver-python:latest
- kubeflownotebookswg/codeserver-python:v1.8.0-rc.0

################################################################
# RStudio-like Container Images (Group 2)
Expand All @@ -81,11 +81,11 @@ spawnerFormDefaults:
################################################################
imageGroupTwo:
# the default container image
value: kubeflownotebookswg/rstudio-tidyverse:latest
value: kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/rstudio-tidyverse:latest
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0

################################################################
# CPU Resources
Expand Down Expand Up @@ -163,7 +163,7 @@ spawnerFormDefaults:
requests:
storage: 5Gi
accessModes:
- ReadWriteOnce
- ReadWriteOnce

################################################################
# Data Volumes
Expand Down Expand Up @@ -304,4 +304,4 @@ spawnerFormDefaults:
################################################################
environment:
readOnly: false
value: {}
value: {}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/jupyter-web-app
newName: docker.io/kubeflownotebookswg/jupyter-web-app
newTag: latest
newTag: v1.8.0-rc.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/tensorboards-web-app
newName: docker.io/kubeflownotebookswg/tensorboards-web-app
newTag: latest
newTag: v1.8.0-rc.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/volumes-web-app
newName: docker.io/kubeflownotebookswg/volumes-web-app
newTag: latest
newTag: v1.8.0-rc.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newName: docker.io/kubeflownotebookswg/notebook-controller
newTag: latest
newTag: v1.8.0-rc.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ patchesStrategicMerge:
images:
- name: docker.io/kubeflownotebookswg/profile-controller
newName: docker.io/kubeflownotebookswg/profile-controller
newTag: latest
newTag: v1.8.0-rc.0

configMapGenerator:
- name: namespace-labels-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ vars:
images:
- name: docker.io/kubeflownotebookswg/kfam
newName: docker.io/kubeflownotebookswg/kfam
newTag: latest
newTag: v1.8.0-rc.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: docker.io/kubeflownotebookswg/pvcviewer-controller
newName: docker.io/kubeflownotebookswg/pvcviewer-controller
newTag: latest
newTag: v1.8.0-rc.0
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ patchesStrategicMerge:
images:
- name: docker.io/kubeflownotebookswg/tensorboard-controller
newName: docker.io/kubeflownotebookswg/tensorboard-controller
newTag: latest
newTag: v1.8.0-rc.0
11 changes: 11 additions & 0 deletions releasing/update-manifests-images
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ apps = [
},
],
},
{
"name": "PVC Viewer",
"kustomization": "components/pvcviewer-controller/config/base/kustomization.yaml",
"images": [
{
"name": "docker.io/kubeflownotebookswg/pvcviewer-controller",
"newName": "docker.io/kubeflownotebookswg/pvcviewer-controller",
},
],
},

{
"name": "Access Management",
"kustomization": "components/profile-controller/config/overlays/kubeflow/kustomization.yaml",
Expand Down
2 changes: 1 addition & 1 deletion releasing/version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v1.8.0-rc.0

0 comments on commit 309873a

Please sign in to comment.