From d1e959f5abb914362957467cc5638335ccb86b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=A0=E5=BF=97?= Date: Tue, 14 Mar 2023 15:37:57 +0800 Subject: [PATCH] Release version v0.7.0 --- Makefile | 2 +- helm/templates/agent.yaml | 4 ++-- helm/templates/rbac.yaml | 2 ++ helm/values-acka.yaml | 2 +- helm/values.yaml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ffa6ed28..acb1ea11 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.7.0-dev +VERSION=v0.7.0 CRD_OPTIONS ?= "crd:trivialVersions=true" CRD_VERSION=v1alpha1 diff --git a/helm/templates/agent.yaml b/helm/templates/agent.yaml index 1f63c865..66e2cb5c 100644 --- a/helm/templates/agent.yaml +++ b/helm/templates/agent.yaml @@ -149,8 +149,8 @@ spec: {{- end }} resources: limits: - cpu: 500m - memory: 512Mi + cpu: 2 + memory: 4Gi requests: cpu: 50m memory: 128Mi diff --git a/helm/templates/rbac.yaml b/helm/templates/rbac.yaml index 55df6413..2109ddd9 100644 --- a/helm/templates/rbac.yaml +++ b/helm/templates/rbac.yaml @@ -38,6 +38,8 @@ rules: - persistentvolumeclaims/status - persistentvolumes - persistentvolumes/status + - namespaces + - secrets verbs: - create - get diff --git a/helm/values-acka.yaml b/helm/values-acka.yaml index 88b53e5d..7ce012b9 100644 --- a/helm/values-acka.yaml +++ b/helm/values-acka.yaml @@ -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 diff --git a/helm/values.yaml b/helm/values.yaml index 77667e29..15c78cc0 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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