Skip to content

Commit

Permalink
Release version v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeatles1994 committed Mar 14, 2023
1 parent 45bea08 commit d1e959f
Show file tree
Hide file tree
Showing 5 changed files with 7 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.0-dev
VERSION=v0.7.0

CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_VERSION=v1alpha1
Expand Down
4 changes: 2 additions & 2 deletions helm/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ spec:
{{- end }}
resources:
limits:
cpu: 500m
memory: 512Mi
cpu: 2
memory: 4Gi
requests:
cpu: 50m
memory: 128Mi
Expand Down
2 changes: 2 additions & 0 deletions helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ rules:
- persistentvolumeclaims/status
- persistentvolumes
- persistentvolumes/status
- namespaces
- secrets
verbs:
- create
- get
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
tag: v0.7.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
tag: v0.7.0
registrar:
image: ecp_builder/csi-node-driver-registrar
tag: v2.3.0
Expand Down

0 comments on commit d1e959f

Please sign in to comment.