Skip to content

Commit

Permalink
Release version v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeatles1994 committed Feb 20, 2022
1 parent d40f22b commit e987bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_NAME=ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/${NAME}
MAIN_FILE=./cmd/main.go
LD_FLAGS=-ldflags "-X '${GO_PACKAGE}/pkg/version.GitCommit=$(GIT_COMMIT)' -X '${GO_PACKAGE}/pkg/version.Version=$(VERSION)' -X 'main.VERSION=$(VERSION)' -X 'main.COMMITID=$(GIT_COMMIT)'"
GIT_COMMIT=$(shell git rev-parse HEAD)
VERSION=v0.5.1-dev
VERSION=v0.5.1

CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_VERSION=v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ driver: local.csi.aliyun.com
images:
local:
image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/open-local
tag: v0.5.0
tag: v0.5.1
registrar:
image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/csi-node-driver-registrar
tag: v2.3.0
Expand Down

0 comments on commit e987bbd

Please sign in to comment.