File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.0.0
2+
3+ - support snapshot
4+ - support clone/restore
5+
16## v2.0.0-alpha
27
38- update csi spec to v1.5.0
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v2.0.0-alpha "
24+ appVersion : " v2.0.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ nodeplugin:
99 hostDir : /var/log/curve-csi-node
1010
1111 plugin :
12- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
12+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
1313 # add resources limit
1414 resources : {}
1515
@@ -39,7 +39,7 @@ controllerplugin:
3939 hostDir : /var/log/curve-csi-controller
4040
4141 plugin :
42- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
42+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
4343 # add resources limit
4444 resources : {}
4545
Original file line number Diff line number Diff line change 4444 capabilities :
4545 add : ["SYS_ADMIN"]
4646 allowPrivilegeEscalation : true
47- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
47+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
4848 args :
4949 - --endpoint=$(CSI_ENDPOINT)
5050 - --drivername=curve.csi.netease.com
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ spec:
100100 privileged : true
101101 capabilities :
102102 add : ["SYS_ADMIN"]
103- image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
103+ image : harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
104104 args :
105105 - --endpoint=$(CSI_ENDPOINT)
106106 - --drivername=curve.csi.netease.com
You can’t perform that action at this time.
0 commit comments