diff --git a/deploy/v2beta1/mpi-operator.yaml b/deploy/v2beta1/mpi-operator.yaml index 33ca0c37..7d76037f 100644 --- a/deploy/v2beta1/mpi-operator.yaml +++ b/deploy/v2beta1/mpi-operator.yaml @@ -8652,6 +8652,6 @@ spec: - args: - -alsologtostderr - --lock-namespace=mpi-operator - image: mpioperator/mpi-operator:0.6 + image: mpioperator/mpi-operator:0.6.0 name: mpi-operator serviceAccountName: mpi-operator diff --git a/manifests/overlays/kubeflow/kustomization.yaml b/manifests/overlays/kubeflow/kustomization.yaml index bfc0b208..8e86ed72 100644 --- a/manifests/overlays/kubeflow/kustomization.yaml +++ b/manifests/overlays/kubeflow/kustomization.yaml @@ -11,7 +11,7 @@ commonLabels: images: - name: mpioperator/mpi-operator newName: mpioperator/mpi-operator - newTag: "0.6" + newTag: "0.6.0" patches: - target: group: apps diff --git a/manifests/overlays/standalone/kustomization.yaml b/manifests/overlays/standalone/kustomization.yaml index 4879dcea..3c3c8b18 100644 --- a/manifests/overlays/standalone/kustomization.yaml +++ b/manifests/overlays/standalone/kustomization.yaml @@ -12,7 +12,7 @@ commonLabels: images: - name: mpioperator/mpi-operator newName: mpioperator/mpi-operator - newTag: "0.6" + newTag: "0.6.0" patches: - target: group: apps