Skip to content

Commit

Permalink
Update image tag with release-0.6 (#668)
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 authored Oct 16, 2024
1 parent c738a83 commit aeb9372
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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:master
image: mpioperator/mpi-operator:0.6
name: mpi-operator
serviceAccountName: mpi-operator
4 changes: 4 additions & 0 deletions manifests/overlays/kubeflow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ commonLabels:
app: mpi-operator
app.kubernetes.io/name: mpi-operator
app.kubernetes.io/component: mpijob
images:
- name: mpioperator/mpi-operator
newName: mpioperator/mpi-operator
newTag: "0.6"
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: master
newTag: "0.6"
patches:
- target:
group: apps
Expand Down

0 comments on commit aeb9372

Please sign in to comment.