diff --git a/CHANGELOG.md b/CHANGELOG.md index 3400284..5d19fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## csi-v1.5.0-rc1 +## v2.0.0-alpha - update csi spec to v1.5.0 @@ -8,4 +8,4 @@ ## csi-v1.1.0-rc1 -first release \ No newline at end of file +first release diff --git a/Makefile b/Makefile index 05e9b87..c17e30f 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/charts/curve-csi/Chart.yaml b/charts/curve-csi/Chart.yaml index 8e229e6..d4a4a30 100644 --- a/charts/curve-csi/Chart.yaml +++ b/charts/curve-csi/Chart.yaml @@ -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" diff --git a/charts/curve-csi/values.yaml b/charts/curve-csi/values.yaml index f6d256b..425474a 100644 --- a/charts/curve-csi/values.yaml +++ b/charts/curve-csi/values.yaml @@ -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: {} @@ -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: {} @@ -69,4 +69,4 @@ controllerplugin: # common variables common: - curveVolumeNamingPrefix: "" \ No newline at end of file + curveVolumeNamingPrefix: "" diff --git a/deploy/manifests/node-plugin-daemonset.yaml b/deploy/manifests/node-plugin-daemonset.yaml index 997bc40..18dc058 100644 --- a/deploy/manifests/node-plugin-daemonset.yaml +++ b/deploy/manifests/node-plugin-daemonset.yaml @@ -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 diff --git a/deploy/manifests/provisioner-deploy.yaml b/deploy/manifests/provisioner-deploy.yaml index 0197d0d..8f57982 100644 --- a/deploy/manifests/provisioner-deploy.yaml +++ b/deploy/manifests/provisioner-deploy.yaml @@ -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