Skip to content

Commit ad56d86

Browse files
Synchronize kubeflow training operator manifests v1.9.1 (#3068)
* Update kubeflow/training-operator manifests from v1.9.1 Signed-off-by: juliusvonkohout <[email protected]> * update script Signed-off-by: juliusvonkohout <[email protected]> --------- Signed-off-by: juliusvonkohout <[email protected]>
1 parent c8bc635 commit ad56d86

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This repository periodically synchronizes all official Kubeflow components from
5454

5555
| Component | Local Manifests Path | Upstream Revision |
5656
| - | - | - |
57-
| Training Operator | apps/training-operator/upstream | [778cd72](https://github.com/kubeflow/training-operator/tree/778cd72/manifests) |
57+
| Training Operator | apps/training-operator/upstream | [v1.9.1](https://github.com/kubeflow/training-operator/tree/v1.9.1/manifests) |
5858
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [v1.10.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.10.0-rc.2/components/notebook-controller/config) |
5959
| PVC Viewer Controller | apps/pvcviewer-controller/upstream | [v1.10.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.10.0-rc.2/components/pvcviewer-controller/config) |
6060
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [v1.10.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.10.0-rc.2/components/tensorboard-controller/config) |

apps/training-operator/upstream/overlays/kubeflow/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ resources:
55
- ../../base
66
- kubeflow-training-roles.yaml
77
images:
8-
- name: kubeflow/training-operator
9-
newTag: v1-5170a36
8+
- name: ghcr.io/kubeflow/training-v1/training-operator
9+
newTag: v1-5c0e763
1010
# TODO (tenzen-y): Once we support cert-manager, we need to remove this secret generation.
1111
# REF: https://github.com/kubeflow/training-operator/issues/2049
1212
secretGenerator:

apps/training-operator/upstream/overlays/standalone/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ resources:
55
- ../../base
66
- namespace.yaml
77
images:
8-
- name: kubeflow/training-operator
9-
newTag: v1-5170a36
8+
- name: ghcr.io/kubeflow/training-v1/training-operator
9+
newTag: v1-5c0e763
1010
secretGenerator:
1111
- name: training-operator-webhook-cert
1212
options:

scripts/synchronize-training-operator-manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euxo pipefail
44
IFS=$'\n\t'
55

6-
COMMIT="778cd72" #"v1.9.0" # You can use tags as well
6+
COMMIT="v1.9.1" # You can use tags as well
77
SRC_DIR=${SRC_DIR:=/tmp/kubeflow-training-operator}
88
BRANCH=${BRANCH:=synchronize-kubeflow-training-operator-manifests-${COMMIT?}}
99

0 commit comments

Comments
 (0)