File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ## csi-v1.5 .0-rc1
1
+ ## v2.0 .0-alpha
2
2
3
3
- update csi spec to v1.5.0
4
4
8
8
9
9
## csi-v1.1.0-rc1
10
10
11
- first release
11
+ first release
Original file line number Diff line number Diff line change 1
1
CSI_IMAGE_NAME? =harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi
2
2
3
3
# VERSION is the git tag
4
- VERSION? =$(shell git describe --tags --match "csi- v* ")
4
+ VERSION? =$(shell git describe --tags --match "v* ")
5
5
6
6
GO_PROJECT =github.com/opencurve/curve-csi
7
7
GIT_COMMIT =$(shell git rev-parse --short HEAD)
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " csi-v1.5 .0-rc1 "
24
+ appVersion : " v2.0 .0-alpha "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ nodeplugin:
9
9
hostDir : /var/log/curve-csi-node
10
10
11
11
plugin :
12
- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5 .0-rc1
12
+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0 .0-alpha
13
13
# add resources limit
14
14
resources : {}
15
15
@@ -37,7 +37,7 @@ controllerplugin:
37
37
hostDir : /var/log/curve-csi-controller
38
38
39
39
plugin :
40
- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5 .0-rc1
40
+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0 .0-alpha
41
41
# add resources limit
42
42
resources : {}
43
43
@@ -69,4 +69,4 @@ controllerplugin:
69
69
70
70
# common variables
71
71
common :
72
- curveVolumeNamingPrefix : " "
72
+ curveVolumeNamingPrefix : " "
Original file line number Diff line number Diff line change 44
44
capabilities :
45
45
add : ["SYS_ADMIN"]
46
46
allowPrivilegeEscalation : true
47
- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5 .0-rc1
47
+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0 .0-alpha
48
48
args :
49
49
- --endpoint=$(CSI_ENDPOINT)
50
50
- --drivername=curve.csi.netease.com
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ spec:
100
100
privileged : true
101
101
capabilities :
102
102
add : ["SYS_ADMIN"]
103
- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:csi-v1.5 .0-rc1
103
+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0 .0-alpha
104
104
args :
105
105
- --endpoint=$(CSI_ENDPOINT)
106
106
- --drivername=curve.csi.netease.com
You can’t perform that action at this time.
0 commit comments