diff --git a/Makefile b/Makefile index 462d50ec..cd5952d4 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ IMAGE_NAME_FOR_DOCKERHUB=thebeatles1994/${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.3-dev +VERSION=v0.5.3 CRD_OPTIONS ?= "crd:trivialVersions=true" CRD_VERSION=v1alpha1 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 867f4336..e73cc26a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: cloud-native local storage management system name: open-local -version: v0.5.2 \ No newline at end of file +version: v0.5.3 \ No newline at end of file diff --git a/helm/values.yaml b/helm/values.yaml index 8a736332..09a59177 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.2 + tag: v0.5.3 registrar: image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/csi-node-driver-registrar tag: v2.3.0