diff --git a/component/ascend-operator/README.md b/component/ascend-operator/README.md index a2ccad5d5eaddc0ddedd7f5b1fc61b3ebd4abe1c..4117177b440c70b23d1bd6593ebe49a1b95a1837 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 1b5e40d6cab6adba362c139a21928cc569c68ad7..dbf5612ce510e1ba659bd54db503fadb804ecdb5 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