From ac8b77a96b675a728e7a7bc0cfb3383a5a1b161b Mon Sep 17 00:00:00 2001 From: shepherd cheung <1220798123@qq.com> Date: Mon, 28 Apr 2025 15:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=20Modification=E3=80=91build.sh=E5=92=8Creadme=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E6=94=B9=20=E3=80=90=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=BA=20Modifier=E3=80=91Atlas=5Fzxp=20=E3=80=90=E8=AF=84?= =?UTF-8?q?=E5=AE=A1=E4=BA=BA=20Reviewer=E3=80=91luxiang6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/ascend-operator/README.md | 2 +- component/ascend-operator/build/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component/ascend-operator/README.md b/component/ascend-operator/README.md index a2ccad5d..4117177b 100644 --- a/component/ascend-operator/README.md +++ b/component/ascend-operator/README.md @@ -24,7 +24,7 @@ drwxr-xr-x 2 root root 4096 Jan 29 19:12 ./ drwxr-xr-x 9 root root 4096 Jan 29 19:09 ../ -r-x------ 1 root root 43524664 Jan 29 19:09 ascend-operator - -r-------- 1 root root 372080 Jan 29 19:09 ascend-operator-v5.0.RC1.yaml + -r-------- 1 root root 372080 Jan 29 19:09 ascend-operator-v6.0.0.yaml -r-------- 1 root root 482 Jan 29 19:12 Dockerfile ``` diff --git a/component/ascend-operator/build/build.sh b/component/ascend-operator/build/build.sh index 1b5e40d6..dbf5612c 100644 --- a/component/ascend-operator/build/build.sh +++ b/component/ascend-operator/build/build.sh @@ -7,7 +7,7 @@ CUR_DIR=$(dirname "$(readlink -f "$0")") TOP_DIR=$(realpath "${CUR_DIR}"/..) export GO111MODULE="on" VER_FILE="${TOP_DIR}"/service_config.ini -build_version="v5.0.RC1" +build_version="v6.0.0" if [ -f "$VER_FILE" ]; then line=$(sed -n '1p' "$VER_FILE" 2>&1) #cut the chars after ':' and add char 'v', the final example is v3.0.0 -- Gitee