Skip to content

Commit

Permalink
Update the images to the latest tag in master branch (#2128)
Browse files Browse the repository at this point in the history
* merge from upstream

Signed-off-by: Johnu George <johnugeorge109@gmail.com>

* Update to latest in master branch

Signed-off-by: Johnu George <johnugeorge109@gmail.com>

---------

Signed-off-by: Johnu George <johnugeorge109@gmail.com>
  • Loading branch information
johnugeorge committed May 29, 2024
1 parent be5df91 commit bd90bf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ jobs:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true


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: "latest"
# 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: "latest"
secretGenerator:
- name: training-operator-webhook-cert
options:
Expand Down

0 comments on commit bd90bf4

Please sign in to comment.