Skip to content

Commit

Permalink
release: images for the v1.7.0 tag (#7074)
Browse files Browse the repository at this point in the history
Update the manifests to use teh v1.7.0 tag

CI will build images once this PR is merged.
  • Loading branch information
DomFleischmann committed Mar 28, 2023
1 parent 54aee90 commit cce5c88
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
Expand Up @@ -16,7 +16,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/poddefaults-webhook
newName: docker.io/kubeflownotebookswg/poddefaults-webhook
newTag: v1.7.0-rc.1
newTag: v1.7.0
namespace: kubeflow
generatorOptions:
disableNameSuffixHash: true
Expand Down
Expand Up @@ -18,7 +18,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/centraldashboard
newName: docker.io/kubeflownotebookswg/centraldashboard
newTag: v1.7.0-rc.1
newTag: v1.7.0
configMapGenerator:
- envs:
- params.env
Expand Down
Expand Up @@ -17,23 +17,23 @@
spawnerFormDefaults:
image:
# The container Image for the user's Jupyter Notebook
value: kubeflownotebookswg/jupyter-scipy:v1.7.0-rc.1
value: kubeflownotebookswg/jupyter-scipy:v1.7.0
# The list of available standard container Images
options:
- kubeflownotebookswg/jupyter-scipy:v1.7.0-rc.1
- kubeflownotebookswg/jupyter-pytorch-full:v1.7.0-rc.1
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.7.0-rc.1
- kubeflownotebookswg/jupyter-tensorflow-full:v1.7.0-rc.1
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.7.0-rc.1
- kubeflownotebookswg/jupyter-scipy:v1.7.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.7.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.7.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.7.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.7.0
imageGroupOne:
# The container Image for the user's Group One Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
# is applied to notebook in this group, configuring
# the Istio rewrite for containers that host their web UI at `/`
value: kubeflownotebookswg/codeserver-python:v1.7.0-rc.1
value: kubeflownotebookswg/codeserver-python:v1.7.0
# The list of available standard container Images
options:
- kubeflownotebookswg/codeserver-python:v1.7.0-rc.1
- kubeflownotebookswg/codeserver-python:v1.7.0
imageGroupTwo:
# The container Image for the user's Group Two Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
Expand All @@ -42,10 +42,10 @@ spawnerFormDefaults:
# The annotation `notebooks.kubeflow.org/http-headers-request-set`
# is applied to notebook in this group, configuring Istio
# to add the `X-RStudio-Root-Path` header to requests
value: kubeflownotebookswg/rstudio-tidyverse:v1.7.0-rc.1
value: kubeflownotebookswg/rstudio-tidyverse:v1.7.0
# The list of available standard container Images
options:
- kubeflownotebookswg/rstudio-tidyverse:v1.7.0-rc.1
- kubeflownotebookswg/rstudio-tidyverse:v1.7.0
# If true, hide registry and/or tag name in the image selection dropdown
hideRegistry: true
hideTag: false
Expand Down
Expand Up @@ -23,7 +23,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/jupyter-web-app
newName: docker.io/kubeflownotebookswg/jupyter-web-app
newTag: v1.7.0-rc.1
newTag: v1.7.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Expand Up @@ -14,7 +14,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/tensorboards-web-app
newName: docker.io/kubeflownotebookswg/tensorboards-web-app
newTag: v1.7.0-rc.1
newTag: v1.7.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Expand Up @@ -14,7 +14,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/volumes-web-app
newName: docker.io/kubeflownotebookswg/volumes-web-app
newTag: v1.7.0-rc.1
newTag: v1.7.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newName: docker.io/kubeflownotebookswg/notebook-controller
newTag: v1.7.0-rc.1
newTag: v1.7.0
Expand Up @@ -12,7 +12,7 @@ patchesStrategicMerge:
images:
- name: docker.io/kubeflownotebookswg/profile-controller
newName: docker.io/kubeflownotebookswg/profile-controller
newTag: v1.7.0-rc.1
newTag: v1.7.0

configMapGenerator:
- name: namespace-labels-data
Expand Down
Expand Up @@ -29,4 +29,4 @@ vars:
images:
- name: docker.io/kubeflownotebookswg/kfam
newName: docker.io/kubeflownotebookswg/kfam
newTag: v1.7.0-rc.1
newTag: v1.7.0
Expand Up @@ -13,4 +13,4 @@ patchesStrategicMerge:
images:
- name: docker.io/kubeflownotebookswg/tensorboard-controller
newName: docker.io/kubeflownotebookswg/tensorboard-controller
newTag: v1.7.0-rc.1
newTag: v1.7.0
2 changes: 1 addition & 1 deletion releasing/version/VERSION
@@ -1 +1 @@
v1.7.0-rc.1
v1.7.0

0 comments on commit cce5c88

Please sign in to comment.