diff --git a/Makefile b/Makefile index f0c85076..d894c800 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/helm/values.yaml b/helm/values.yaml index b54d5c35..96ee3556 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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