Update KF manifests and gh-action workflows to use the tag=`latest` (kubeflow/kubeflow#6854)

Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>

review changes

* build images with the latest tag only when a PR
  is merged to master branch

* revert changes  in manifests/workflows for the
  notebook-server images

Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>

Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
This commit is contained in:
apoger 2022-12-20 17:59:18 +02:00 committed by GitHub
parent afed933c2c
commit 6b3fd05ea2
8 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/jupyter-web-app
newName: docker.io/kubeflownotebookswg/jupyter-web-app
newTag: v1.6.0
newTag: latest
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:

View File

@ -14,7 +14,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/tensorboards-web-app
newName: docker.io/kubeflownotebookswg/tensorboards-web-app
newTag: v1.6.0
newTag: latest
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:

View File

@ -14,7 +14,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/volumes-web-app
newName: docker.io/kubeflownotebookswg/volumes-web-app
newTag: v1.6.0
newTag: latest
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:

View File

@ -5,4 +5,4 @@ resources:
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newName: docker.io/kubeflownotebookswg/notebook-controller
newTag: v1.6.0
newTag: latest

View File

@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: notebook-sample-v1
image: kubeflownotebookswg/jupyter:v1.5.0-rc.1
image: kubeflownotebookswg/jupyter:latest

View File

@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: notebook-sample-v1
image: kubeflownotebookswg/jupyter:v1.5.0-rc.1
image: kubeflownotebookswg/jupyter:latest

View File

@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: notebook-sample-v1
image: kubeflownotebookswg/jupyter:v1.5.0-rc.1
image: kubeflownotebookswg/jupyter:latest

View File

@ -13,4 +13,4 @@ patchesStrategicMerge:
images:
- name: docker.io/kubeflownotebookswg/tensorboard-controller
newName: docker.io/kubeflownotebookswg/tensorboard-controller
newTag: v1.6.0
newTag: latest