Skip to content

Commit 07a32d9

Browse files
committed
Update the mpi-operator image with 0.7.0
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 7ee557c commit 07a32d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/v2beta1/mpi-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9143,6 +9143,6 @@ spec:
91439143
- args:
91449144
- -alsologtostderr
91459145
- --lock-namespace=mpi-operator
9146-
image: mpioperator/mpi-operator:0.7
9146+
image: mpioperator/mpi-operator:0.7.0
91479147
name: mpi-operator
91489148
serviceAccountName: mpi-operator

manifests/overlays/kubeflow/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
images:
2121
- name: mpioperator/mpi-operator
2222
newName: mpioperator/mpi-operator
23-
newTag: "0.7"
23+
newTag: "0.7.0"

manifests/overlays/standalone/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: mpi-operator
77
images:
88
- name: mpioperator/mpi-operator
99
newName: mpioperator/mpi-operator
10-
newTag: "0.7"
10+
newTag: "0.7.0"
1111
patches:
1212
- path: ./patch.yaml
1313
target:

0 commit comments

Comments
 (0)