Skip to content

Commit

Permalink
Release version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeatles1994 committed Nov 2, 2022
1 parent ba5a104 commit 6878a10
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.6.0-dev
VERSION=v0.6.0

CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_VERSION=v1alpha1
Expand Down
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.6.0-dev
tag: v0.6.0
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.6.0-dev
tag: v0.6.0
registrar:
image: ecp_builder/csi-node-driver-registrar
tag: v2.3.0
Expand Down

0 comments on commit 6878a10

Please sign in to comment.