Skip to content

Commit

Permalink
Release version v2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
杨尚坡 committed Dec 10, 2021
1 parent 75f5ff8 commit 77bd89f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## csi-v1.5.0-rc1
## v2.0.0-alpha

- update csi spec to v1.5.0

Expand All @@ -8,4 +8,4 @@

## csi-v1.1.0-rc1

first release
first release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CSI_IMAGE_NAME?=harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi

# VERSION is the git tag
VERSION?=$(shell git describe --tags --match "csi-v*")
VERSION?=$(shell git describe --tags --match "v*")

GO_PROJECT=github.com/opencurve/curve-csi
GIT_COMMIT=$(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion charts/curve-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "csi-v1.5.0-rc1"
appVersion: "v2.0.0-alpha"
6 changes: 3 additions & 3 deletions charts/curve-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nodeplugin:
hostDir: /var/log/curve-csi-node

plugin:
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5.0-rc1
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
# add resources limit
resources: {}

Expand Down Expand Up @@ -37,7 +37,7 @@ controllerplugin:
hostDir: /var/log/curve-csi-controller

plugin:
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5.0-rc1
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
# add resources limit
resources: {}

Expand Down Expand Up @@ -69,4 +69,4 @@ controllerplugin:

# common variables
common:
curveVolumeNamingPrefix: ""
curveVolumeNamingPrefix: ""
2 changes: 1 addition & 1 deletion deploy/manifests/node-plugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5.0-rc1
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
args:
- --endpoint=$(CSI_ENDPOINT)
- --drivername=curve.csi.netease.com
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/provisioner-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
privileged: true
capabilities:
add: ["SYS_ADMIN"]
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5.0-rc1
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
args:
- --endpoint=$(CSI_ENDPOINT)
- --drivername=curve.csi.netease.com
Expand Down

0 comments on commit 77bd89f

Please sign in to comment.