Skip to content

Commit

Permalink
Update operator images with 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Apr 18, 2024
1 parent 5a56e61 commit 7c62516
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 @@ -8225,6 +8225,6 @@ spec:
- args:
- -alsologtostderr
- --lock-namespace=mpi-operator
image: mpioperator/mpi-operator:0.5
image: mpioperator/mpi-operator:0.5.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.5"
newTag: "0.5.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.5"
newTag: "0.5.0"
patches:
- target:
group: apps
Expand Down

0 comments on commit 7c62516

Please sign in to comment.