Skip to content

Commit 7c62516

Browse files
committed
Update operator images with 0.5.0
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 5a56e61 commit 7c62516

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
@@ -8225,6 +8225,6 @@ spec:
82258225
- args:
82268226
- -alsologtostderr
82278227
- --lock-namespace=mpi-operator
8228-
image: mpioperator/mpi-operator:0.5
8228+
image: mpioperator/mpi-operator:0.5.0
82298229
name: mpi-operator
82308230
serviceAccountName: mpi-operator

manifests/overlays/kubeflow/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commonLabels:
1111
images:
1212
- name: mpioperator/mpi-operator
1313
newName: mpioperator/mpi-operator
14-
newTag: "0.5"
14+
newTag: "0.5.0"
1515
patches:
1616
- target:
1717
group: apps

manifests/overlays/standalone/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commonLabels:
1212
images:
1313
- name: mpioperator/mpi-operator
1414
newName: mpioperator/mpi-operator
15-
newTag: "0.5"
15+
newTag: "0.5.0"
1616
patches:
1717
- target:
1818
group: apps

0 commit comments

Comments
 (0)