Skip to content

Commit

Permalink
update velero plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: haoshuwei <[email protected]>
  • Loading branch information
haoshuwei committed Aug 17, 2020
1 parent b0af683 commit 8c895dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export GOARCH="amd64"
export GOOS="linux"

branch="master"
version="v1.2"
version="v1.0.0"
commitId=$GIT_SHA
buildTime=`date "+%Y-%m-%d-%H:%M:%S"`
CGO_ENABLED=0 go build -ldflags "-X main._BRANCH_='$branch' -X main._VERSION_='$version-$commitId' -X main._BUILDTIME_='$buildTime'" -o _output/velero-plugin-for-alibabacloud ${GOPATH}/src/github.com/AliyunContainerService/velero-plugin/velero-plugin-for-alibabacloud
Expand Down
2 changes: 1 addition & 1 deletion install/01-velero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
- mountPath: /credentials
name: cloud-credentials
initContainers:
- image: registry.cn-hangzhou.aliyuncs.com/acs/velero-plugin-alibabacloud:v1.2-991b590
- image: registry.cn-hangzhou.aliyuncs.com/acs/velero-plugin-alibabacloud:v1.0.0
imagePullPolicy: IfNotPresent
name: velero-plugin-alibabacloud
volumeMounts:
Expand Down

0 comments on commit 8c895dd

Please sign in to comment.