Skip to content

Commit

Permalink
Update to latest training operator image
Browse files Browse the repository at this point in the history
Signed-off-by: Johnu George <johnugeorge109@gmail.com>
  • Loading branch information
johnugeorge committed Apr 28, 2024
1 parent 3b64a8c commit 680c35b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- component-name: trainer-huggingface
dockerfile: sdk/python/kubeflow/trainer/Dockerfile
context: sdk/python/kubeflow/trainer
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion manifests/overlays/kubeflow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resources:
- kubeflow-training-roles.yaml
images:
- name: kubeflow/training-operator
newTag: "v1-855e096"
newTag: "v1-f8f7363"
# TODO (tenzen-y): Once we support cert-manager, we need to remove this secret generation.
# REF: https://github.com/kubeflow/training-operator/issues/2049
secretGenerator:
Expand Down
2 changes: 1 addition & 1 deletion manifests/overlays/standalone/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resources:
- namespace.yaml
images:
- name: kubeflow/training-operator
newTag: "v1-855e096"
newTag: "v1-f8f7363"
secretGenerator:
- name: training-operator-webhook-cert
options:
Expand Down

0 comments on commit 680c35b

Please sign in to comment.