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

Synchronize kubeflow kubeflow manifests v1.9.1 #2886

Merged
Merged
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
18 changes: 9 additions & 9 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ This repo periodically syncs all official Kubeflow components from their respect
| Component | Local Manifests Path | Upstream Revision |
| - | - | - |
| Training Operator | apps/training-operator/upstream | [v1.8.1](https://github.com/kubeflow/training-operator/tree/v1.8.1/manifests) |
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/notebook-controller/config) |
| PVC Viewer Controller | apps/pvcviewer-roller/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/pvcviewer-controller/config) |
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/tensorboard-controller/config) |
| Central Dashboard | apps/centraldashboard/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/centraldashboard/manifests) |
| Profiles + KFAM | apps/profiles/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/profile-controller/config) |
| PodDefaults Webhook | apps/admission-webhook/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/admission-webhook/manifests) |
| Jupyter Web App | apps/jupyter/jupyter-web-app/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/crud-web-apps/jupyter/manifests) |
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/crud-web-apps/tensorboards/manifests) |
| Volumes Web App | apps/volumes-web-app/upstream | [v1.9.0](https://github.com/kubeflow/kubeflow/tree/v1.9.0/components/crud-web-apps/volumes/manifests) |
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/notebook-controller/config) |
| PVC Viewer Controller | apps/pvcviewer-roller/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/pvcviewer-controller/config) |
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/tensorboard-controller/config) |
| Central Dashboard | apps/centraldashboard/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/centraldashboard/manifests) |
| Profiles + KFAM | apps/profiles/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/profile-controller/config) |
| PodDefaults Webhook | apps/admission-webhook/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/admission-webhook/manifests) |
| Jupyter Web App | apps/jupyter/jupyter-web-app/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/crud-web-apps/jupyter/manifests) |
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/crud-web-apps/tensorboards/manifests) |
| Volumes Web App | apps/volumes-web-app/upstream | [v1.9.1](https://github.com/kubeflow/kubeflow/tree/v1.9.1/components/crud-web-apps/volumes/manifests) |
| Katib | apps/katib/upstream | [v0.17.0](https://github.com/kubeflow/katib/tree/v0.17.0/manifests/v1beta1) |
| KServe | contrib/kserve/kserve | [0.13.0](https://github.com/kserve/kserve/releases/tag/v0.13.0) |
| KServe Models Web App | contrib/kserve/models-web-app | [0.13.0](https://github.com/kserve/models-web-app/tree/0.13.0/config) |
Expand Down
2 changes: 1 addition & 1 deletion apps/admission-webhook/upstream/base/kustomization.yaml
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: v1.9.0
newTag: v1.9.1
namespace: kubeflow
generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion apps/centraldashboard/upstream/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
images:
- name: docker.io/kubeflownotebookswg/centraldashboard
newName: docker.io/kubeflownotebookswg/centraldashboard
newTag: v1.9.0
newTag: v1.9.1
configMapGenerator:
- envs:
- params.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ spawnerFormDefaults:
################################################################
image:
# the default container image
value: kubeflownotebookswg/jupyter-scipy:v1.9.0
value: kubeflownotebookswg/jupyter-scipy:v1.9.1

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

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

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/codeserver-python:v1.9.0
- kubeflownotebookswg/codeserver-python:v1.9.1

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

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/rstudio-tidyverse:v1.9.0
- kubeflownotebookswg/rstudio-tidyverse:v1.9.1

################################################################
# CPU Resources
Expand Down Expand Up @@ -134,6 +135,8 @@ spawnerFormDefaults:
uiName: "NVIDIA"
- limitsKey: "amd.com/gpu"
uiName: "AMD"
- limitsKey: "habana.ai/gaudi"
uiName: "Intel Gaudi"

# the default value of the limit
# (possible values: "none", "1", "2", "4", "8")
Expand Down
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: v1.9.0
newTag: v1.9.1
# 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: v1.9.0
newTag: v1.9.1
2 changes: 1 addition & 1 deletion apps/profiles/upstream/base/kustomization.yaml
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: v1.9.0
newTag: v1.9.1

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: v1.9.0
newTag: v1.9.1
2 changes: 1 addition & 1 deletion apps/pvcviewer-controller/upstream/base/kustomization.yaml
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: v1.9.0
newTag: v1.9.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ patchesStrategicMerge:
images:
- name: docker.io/kubeflownotebookswg/tensorboard-controller
newName: docker.io/kubeflownotebookswg/tensorboard-controller
newTag: v1.9.0
newTag: v1.9.1
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: v1.9.0
newTag: v1.9.1
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion apps/volumes-web-app/upstream/base/kustomization.yaml
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: v1.9.0
newTag: v1.9.1
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion contrib/ray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ kubectl get svc -n $MY_KUBEFLOW_USER_NAMESPACE
## Step 5: Create a JupyterLab via Kubeflow Central Dashboard
* Click "Notebooks" icon in the left panel.
* Click "New Notebook"
* Select `kubeflownotebookswg/jupyter-scipy:v1.9.0` as OCI image (or any other with the same python version)
* Select `kubeflownotebookswg/jupyter-scipy:v1.9.1` as OCI image (or any other with the same python version)
* Click "Launch"
* Click "CONNECT" to connect into the JupyterLab instance.

Expand Down
Empty file modified hack/synchronize-istio-cni-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-istio-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-katib-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-knative-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-kserve-kserve-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-kserve-web-app-manifests.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion hack/synchronize-kubeflow-manifests.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set -euo pipefail
IFS=$'\n\t'

COMMIT="v1.9.0" # You can use tags as well
COMMIT="v1.9.1" # You can use tags as well
SRC_DIR=${SRC_DIR:=/tmp/kubeflow-kubeflow}
BRANCH=${BRANCH:=synchronize-kubeflow-kubeflow-manifests-${COMMIT?}}

Expand Down
Empty file modified hack/synchronize-model-registry-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-seldon-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/synchronize-training-operator-manifests.sh
100644 → 100755
Empty file.
Empty file modified hack/trivy_scan.py
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: test
image: kubeflownotebookswg/jupyter-scipy:v1.9.0
image: kubeflownotebookswg/jupyter-scipy:v1.9.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
Loading