releasing: Update tags for v1.5.0-rc.1 (kubeflow/kubeflow#6343)

Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
This commit is contained in:
Kimonas Sotirchos 2022-02-10 20:57:15 +02:00 committed by GitHub
parent 1d24b75f57
commit fff5155e1e
6 changed files with 16 additions and 16 deletions

View File

@ -17,23 +17,23 @@
spawnerFormDefaults: spawnerFormDefaults:
image: image:
# The container Image for the user's Jupyter Notebook # The container Image for the user's Jupyter Notebook
value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.0 value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
# The list of available standard container Images # The list of available standard container Images
options: options:
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-full:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-full:v1.5.0-rc.1
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda-full:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda-full:v1.5.0-rc.1
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-full:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-full:v1.5.0-rc.1
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda-full:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda-full:v1.5.0-rc.1
imageGroupOne: imageGroupOne:
# The container Image for the user's Group One Server # The container Image for the user's Group One Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /` # The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
# is applied to notebook in this group, configuring # is applied to notebook in this group, configuring
# the Istio rewrite for containers that host their web UI at `/` # the Istio rewrite for containers that host their web UI at `/`
value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:v1.5.0-rc.0 value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:v1.5.0-rc.1
# The list of available standard container Images # The list of available standard container Images
options: options:
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:v1.5.0-rc.1
imageGroupTwo: imageGroupTwo:
# The container Image for the user's Group Two Server # The container Image for the user's Group Two Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /` # The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
@ -42,10 +42,10 @@ spawnerFormDefaults:
# The annotation `notebooks.kubeflow.org/http-headers-request-set` # The annotation `notebooks.kubeflow.org/http-headers-request-set`
# is applied to notebook in this group, configuring Istio # is applied to notebook in this group, configuring Istio
# to add the `X-RStudio-Root-Path` header to requests # to add the `X-RStudio-Root-Path` header to requests
value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:v1.5.0-rc.0 value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:v1.5.0-rc.1
# The list of available standard container Images # The list of available standard container Images
options: options:
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:v1.5.0-rc.0 - public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:v1.5.0-rc.1
# If true, hide registry and/or tag name in the image selection dropdown # If true, hide registry and/or tag name in the image selection dropdown
hideRegistry: true hideRegistry: true
hideTag: false hideTag: false
@ -86,7 +86,7 @@ spawnerFormDefaults:
requests: requests:
storage: 10Gi storage: 10Gi
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
readOnly: false readOnly: false
dataVolumes: dataVolumes:
# List of additional Data Volumes to be attached to the user's Notebook # List of additional Data Volumes to be attached to the user's Notebook

View File

@ -23,7 +23,7 @@ commonLabels:
images: images:
- name: public.ecr.aws/j1r0q0g6/notebooks/jupyter-web-app - name: public.ecr.aws/j1r0q0g6/notebooks/jupyter-web-app
newName: public.ecr.aws/j1r0q0g6/notebooks/jupyter-web-app newName: public.ecr.aws/j1r0q0g6/notebooks/jupyter-web-app
newTag: v1.5.0-rc.0 newTag: v1.5.0-rc.1
# We need the name to be unique without the suffix because the original name is what # We need the name to be unique without the suffix because the original name is what
# gets used with patches # gets used with patches
configMapGenerator: configMapGenerator:

View File

@ -14,7 +14,7 @@ commonLabels:
images: images:
- name: public.ecr.aws/j1r0q0g6/notebooks/tensorboards-web-app - name: public.ecr.aws/j1r0q0g6/notebooks/tensorboards-web-app
newName: public.ecr.aws/j1r0q0g6/notebooks/tensorboards-web-app newName: public.ecr.aws/j1r0q0g6/notebooks/tensorboards-web-app
newTag: v1.5.0-rc.0 newTag: v1.5.0-rc.1
# We need the name to be unique without the suffix because the original name is what # We need the name to be unique without the suffix because the original name is what
# gets used with patches # gets used with patches
configMapGenerator: configMapGenerator:

View File

@ -14,7 +14,7 @@ commonLabels:
images: images:
- name: public.ecr.aws/j1r0q0g6/notebooks/volumes-web-app - name: public.ecr.aws/j1r0q0g6/notebooks/volumes-web-app
newName: public.ecr.aws/j1r0q0g6/notebooks/volumes-web-app newName: public.ecr.aws/j1r0q0g6/notebooks/volumes-web-app
newTag: v1.5.0-rc.0 newTag: v1.5.0-rc.1
# We need the name to be unique without the suffix because the original name is what # We need the name to be unique without the suffix because the original name is what
# gets used with patches # gets used with patches
configMapGenerator: configMapGenerator:

View File

@ -5,4 +5,4 @@ resources:
images: images:
- name: public.ecr.aws/j1r0q0g6/notebooks/notebook-controller - name: public.ecr.aws/j1r0q0g6/notebooks/notebook-controller
newName: public.ecr.aws/j1r0q0g6/notebooks/notebook-controller newName: public.ecr.aws/j1r0q0g6/notebooks/notebook-controller
newTag: v1.5.0-rc.0 newTag: v1.5.0-rc.1

View File

@ -36,4 +36,4 @@ patches:
images: images:
- name: public.ecr.aws/j1r0q0g6/notebooks/tensorboard-controller - name: public.ecr.aws/j1r0q0g6/notebooks/tensorboard-controller
newName: public.ecr.aws/j1r0q0g6/notebooks/tensorboard-controller newName: public.ecr.aws/j1r0q0g6/notebooks/tensorboard-controller
newTag: v1.5.0-rc.0 newTag: v1.5.0-rc.1