File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
apps/training-operator/upstream/overlays Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 ) |
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ resources:
55 - ../../base
66 - kubeflow-training-roles.yaml
77images :
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
1212secretGenerator :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ resources:
55 - ../../base
66 - namespace.yaml
77images :
8- - name : kubeflow/training-operator
9- newTag : v1-5170a36
8+ - name : ghcr.io/ kubeflow/training-v1 /training-operator
9+ newTag : v1-5c0e763
1010secretGenerator :
1111 - name : training-operator-webhook-cert
1212 options :
Original file line number Diff line number Diff line change 33set -euxo pipefail
44IFS=$' \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
77SRC_DIR=${SRC_DIR:=/ tmp/ kubeflow-training-operator}
88BRANCH=${BRANCH:= synchronize-kubeflow-training-operator-manifests-${COMMIT?} }
99
You can’t perform that action at this time.
0 commit comments