File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
apps/training-operator/upstream Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This repository periodically synchronizes all official Kubeflow components from
52
52
53
53
| Component | Local Manifests Path | Upstream Revision |
54
54
| - | - | - |
55
- | Training Operator | apps/training-operator/upstream | [ v1.9.1 ] ( https://github.com/kubeflow/training-operator/tree/v1.9.1 /manifests ) |
55
+ | Training Operator | apps/training-operator/upstream | [ v1.9.2 ] ( https://github.com/kubeflow/training-operator/tree/v1.9.2 /manifests ) |
56
56
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [ v1.10.0] ( https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/notebook-controller/config ) |
57
57
| PVC Viewer Controller | apps/pvcviewer-controller/upstream | [ v1.10.0] ( https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/pvcviewer-controller/config ) |
58
58
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [ v1.10.0] ( https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/tensorboard-controller/config ) |
Original file line number Diff line number Diff line change 19
19
containers :
20
20
- command :
21
21
- /manager
22
- image : kubeflow/training-operator
22
+ image : ghcr.io/ kubeflow/training-v1 /training-operator
23
23
name : training-operator
24
24
ports :
25
25
- containerPort : 8080
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
- kubeflow-training-roles.yaml
7
7
images :
8
8
- name : ghcr.io/kubeflow/training-v1/training-operator
9
- newTag : v1-5c0e763
9
+ newTag : v1-3f15cb8
10
10
# TODO (tenzen-y): Once we support cert-manager, we need to remove this secret generation.
11
11
# REF: https://github.com/kubeflow/training-operator/issues/2049
12
12
secretGenerator :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
- namespace.yaml
7
7
images :
8
8
- name : ghcr.io/kubeflow/training-v1/training-operator
9
- newTag : v1-5c0e763
9
+ newTag : v1-3f15cb8
10
10
secretGenerator :
11
11
- name : training-operator-webhook-cert
12
12
options :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ setup_error_handling
9
9
COMPONENT_NAME=" training-operator"
10
10
REPOSITORY_NAME=" kubeflow/training-operator"
11
11
REPOSITORY_URL=" https://github.com/kubeflow/training-operator.git"
12
- COMMIT=" v1.9.1 "
12
+ COMMIT=" v1.9.2 "
13
13
REPOSITORY_DIRECTORY=" training-operator"
14
14
SOURCE_DIRECTORY=${SOURCE_DIRECTORY:=/ tmp/ kubeflow-${COMPONENT_NAME} }
15
15
BRANCH_NAME=${BRANCH_NAME:= synchronize-${COMPONENT_NAME} -manifests-${COMMIT?} }
You can’t perform that action at this time.
0 commit comments