Skip to content

Commit

Permalink
Update the mpi-operator image with 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <[email protected]>
  • Loading branch information
tenzen-y committed Oct 16, 2024
1 parent aeb9372 commit c983759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/v2beta1/mpi-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8652,6 +8652,6 @@ spec:
- args:
- -alsologtostderr
- --lock-namespace=mpi-operator
image: mpioperator/mpi-operator:0.6
image: mpioperator/mpi-operator:0.6.0
name: mpi-operator
serviceAccountName: mpi-operator
2 changes: 1 addition & 1 deletion manifests/overlays/kubeflow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commonLabels:
images:
- name: mpioperator/mpi-operator
newName: mpioperator/mpi-operator
newTag: "0.6"
newTag: "0.6.0"
patches:
- target:
group: apps
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 @@ -12,7 +12,7 @@ commonLabels:
images:
- name: mpioperator/mpi-operator
newName: mpioperator/mpi-operator
newTag: "0.6"
newTag: "0.6.0"
patches:
- target:
group: apps
Expand Down

0 comments on commit c983759

Please sign in to comment.