From f793b36f0ac44a5025dc9314cd00bd4d6b8f5320 Mon Sep 17 00:00:00 2001 From: fangzehua Date: Sat, 7 May 2022 14:10:49 +0800 Subject: [PATCH] add tag v1.0.0 --- config/manager/kustomization.yaml | 2 +- deploy/v1/ms-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 46d257d..4b29992 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -12,7 +12,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: swr.cn-south-1.myhuaweicloud.com/mindspore/ms-operator + newName: controller newTag: latest - name: controller=IMG=mindspore/ms-operator newTag: latest diff --git a/deploy/v1/ms-operator.yaml b/deploy/v1/ms-operator.yaml index 6d912a1..69996a5 100644 --- a/deploy/v1/ms-operator.yaml +++ b/deploy/v1/ms-operator.yaml @@ -4204,7 +4204,7 @@ spec: - --leader-elect command: - /manager - image: swr.cn-south-1.myhuaweicloud.com/mindspore/ms-operator:latest + image: swr.cn-south-1.myhuaweicloud.com/mindspore/ms-operator:v1.0.0 livenessProbe: httpGet: path: /healthz -- Gitee