Skip to content

Commit ee9ff55

Browse files
Synchronize training operator manifests v1.9.2 (#3126)
* Update kubeflow/training-operator manifests from v1.9.2 Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> * . Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent 53724ce commit ee9ff55

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

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

5353
| Component | Local Manifests Path | Upstream Revision |
5454
| - | - | - |
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) |
5656
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/notebook-controller/config) |
5757
| PVC Viewer Controller | apps/pvcviewer-controller/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/pvcviewer-controller/config) |
5858
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/tensorboard-controller/config) |

apps/training-operator/upstream/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
containers:
2020
- command:
2121
- /manager
22-
image: kubeflow/training-operator
22+
image: ghcr.io/kubeflow/training-v1/training-operator
2323
name: training-operator
2424
ports:
2525
- containerPort: 8080

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
- kubeflow-training-roles.yaml
77
images:
88
- name: ghcr.io/kubeflow/training-v1/training-operator
9-
newTag: v1-5c0e763
9+
newTag: v1-3f15cb8
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
- namespace.yaml
77
images:
88
- name: ghcr.io/kubeflow/training-v1/training-operator
9-
newTag: v1-5c0e763
9+
newTag: v1-3f15cb8
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
@@ -9,7 +9,7 @@ setup_error_handling
99
COMPONENT_NAME="training-operator"
1010
REPOSITORY_NAME="kubeflow/training-operator"
1111
REPOSITORY_URL="https://github.com/kubeflow/training-operator.git"
12-
COMMIT="v1.9.1"
12+
COMMIT="v1.9.2"
1313
REPOSITORY_DIRECTORY="training-operator"
1414
SOURCE_DIRECTORY=${SOURCE_DIRECTORY:=/tmp/kubeflow-${COMPONENT_NAME}}
1515
BRANCH_NAME=${BRANCH_NAME:=synchronize-${COMPONENT_NAME}-manifests-${COMMIT?}}

0 commit comments

Comments
 (0)