Skip to content

Commit

Permalink
Update image tag with 0.5 (#638)
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 52cda2c commit 5a56e61
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
Expand Up @@ -8225,6 +8225,6 @@ spec:
- args:
- -alsologtostderr
- --lock-namespace=mpi-operator
image: mpioperator/mpi-operator:master
image: mpioperator/mpi-operator:0.5
name: mpi-operator
serviceAccountName: mpi-operator
4 changes: 4 additions & 0 deletions manifests/overlays/kubeflow/kustomization.yaml
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.5"
patches:
- target:
group: apps
Expand Down
2 changes: 1 addition & 1 deletion manifests/overlays/standalone/kustomization.yaml
Expand Up @@ -12,7 +12,7 @@ commonLabels:
images:
- name: mpioperator/mpi-operator
newName: mpioperator/mpi-operator
newTag: master
newTag: "0.5"
patches:
- target:
group: apps
Expand Down

0 comments on commit 5a56e61

Please sign in to comment.