Skip to content

Commit

Permalink
release: Images for the v1.6.0 tag (#6636)
Browse files Browse the repository at this point in the history
* release: Images for the v1.6.0 tag

Signed-off-by: Apostolos Gerakaris <[email protected]>

* Update Version file to tag v1.6.0

Signed-off-by: Apostolos Gerakaris <[email protected]>

Signed-off-by: Apostolos Gerakaris <[email protected]>
  • Loading branch information
apo-ger committed Sep 7, 2022
1 parent 57e35d5 commit 39bd199
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commonLabels:
app.kubernetes.io/name: poddefaults
images:
- name: docker.io/kubeflownotebookswg/poddefaults-webhook
newTag: v1.6.0-rc.2
newTag: v1.6.0
namespace: kubeflow
generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commonLabels:
app.kubernetes.io/name: centraldashboard
images:
- name: docker.io/kubeflownotebookswg/centraldashboard
newTag: v1.6.0-rc.2
newTag: v1.6.0
configMapGenerator:
- envs:
- params.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
spawnerFormDefaults:
image:
# The container Image for the user's Jupyter Notebook
value: kubeflownotebookswg/jupyter-scipy:v1.6.0-rc.2
value: kubeflownotebookswg/jupyter-scipy:v1.6.0
# The list of available standard container Images
options:
- kubeflownotebookswg/jupyter-scipy:v1.6.0-rc.2
- kubeflownotebookswg/jupyter-pytorch-full:v1.6.0-rc.2
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.6.0-rc.2
- kubeflownotebookswg/jupyter-tensorflow-full:v1.6.0-rc.2
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.6.0-rc.2
- kubeflownotebookswg/jupyter-scipy:v1.6.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.6.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.6.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.6.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.6.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.6.0-rc.2
value: kubeflownotebookswg/codeserver-python:v1.6.0
# The list of available standard container Images
options:
- kubeflownotebookswg/codeserver-python:v1.6.0-rc.2
- kubeflownotebookswg/codeserver-python:v1.6.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.6.0-rc.2
value: kubeflownotebookswg/rstudio-tidyverse:v1.6.0
# The list of available standard container Images
options:
- kubeflownotebookswg/rstudio-tidyverse:v1.6.0-rc.2
- kubeflownotebookswg/rstudio-tidyverse:v1.6.0
# If true, hide registry and/or tag name in the image selection dropdown
hideRegistry: true
hideTag: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commonLabels:
kustomize.component: jupyter-web-app
images:
- name: docker.io/kubeflownotebookswg/jupyter-web-app
newTag: v1.6.0-rc.2
newTag: v1.6.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 @@ -13,7 +13,7 @@ commonLabels:
kustomize.component: tensorboards-web-app
images:
- name: docker.io/kubeflownotebookswg/tensorboards-web-app
newTag: v1.6.0-rc.2
newTag: v1.6.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 @@ -13,7 +13,7 @@ commonLabels:
kustomize.component: volumes-web-app
images:
- name: docker.io/kubeflownotebookswg/volumes-web-app
newTag: v1.6.0-rc.2
newTag: v1.6.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 @@ -4,4 +4,4 @@ resources:
- ../default
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newTag: v1.6.0-rc.2
newTag: v1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ patchesStrategicMerge:

images:
- name: docker.io/kubeflownotebookswg/profile-controller
newTag: v1.6.0-rc.2
newTag: v1.6.0

configMapGenerator:
- name: namespace-labels-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ vars:

images:
- name: docker.io/kubeflownotebookswg/kfam
newTag: v1.6.0-rc.2
newTag: v1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ patchesStrategicMerge:
- patches/add_controller_config.yaml
images:
- name: docker.io/kubeflownotebookswg/tensorboard-controller
newTag: v1.6.0-rc.2
newTag: v1.6.0
2 changes: 1 addition & 1 deletion releasing/version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.0-rc.2
v1.6.0

0 comments on commit 39bd199

Please sign in to comment.