Skip to content

Commit

Permalink
Release version v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeatles1994 committed Apr 20, 2023
1 parent a7e5c4c commit 97d6530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.7.1-dev
VERSION=v0.7.1

CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_VERSION=v1alpha1
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: cloud-native local storage management system
name: open-local
version: v0.7.0
appVersion: v0.7.0
version: v0.7.1
appVersion: v0.7.1
2 changes: 1 addition & 1 deletion helm/values-acka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ customLabels: {}
images:
local:
image: ecp_builder/open-local
tag: v0.7.0
tag: v0.7.1
registrar:
image: ecp_builder/csi-node-driver-registrar
tag: v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ customLabels: {}
images:
local:
image: ecp_builder/open-local
tag: v0.7.0
tag: v0.7.1
registrar:
image: ecp_builder/csi-node-driver-registrar
tag: v2.3.0
Expand Down

0 comments on commit 97d6530

Please sign in to comment.