Skip to content

Commit

Permalink
Release version v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeatles1994 committed May 30, 2022
1 parent cad8ff1 commit 34d7ca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5-dev
VERSION=v0.5.5

CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_VERSION=v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: cloud-native local storage management system
name: open-local
version: v0.5.4
version: v0.5.5
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.4
tag: v0.5.5
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 34d7ca9

Please sign in to comment.