Skip to content

Commit fbee6f9

Browse files
author
caoxianfei1
committed
upgrade image version and upload to dockerhub
1 parent 76bb930 commit fbee6f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/manifests/node-plugin-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
capabilities:
4545
add: ["SYS_ADMIN"]
4646
allowPrivilegeEscalation: true
47-
image: curvecsi/curve-csi:v3.0.0
47+
image: curvecsi/curve-csi:v3.0.1
4848
args:
4949
- --endpoint=$(CSI_ENDPOINT)
5050
- --drivername=curve.csi.netease.com

deploy/manifests/provisioner-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
privileged: true
101101
capabilities:
102102
add: ["SYS_ADMIN"]
103-
image: curvecsi/curve-csi:v3.0.0
103+
image: curvecsi/curve-csi:v3.0.1
104104
args:
105105
- --endpoint=$(CSI_ENDPOINT)
106106
- --drivername=curve.csi.netease.com

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ refer to `deploy/manifests`
3434
- Modify the env `MDSADDR` at [provisioner-deploy.yaml](https://github.com/opencurve/curve-csi/blob/0ecb1fd4d47819c49acf1f7f92a53ab5ac83c514/deploy/manifests/provisioner-deploy.yaml#L129) and [node-plugin-daemonset.yaml](https://github.com/opencurve/curve-csi/blob/0ecb1fd4d47819c49acf1f7f92a53ab5ac83c514/deploy/manifests/node-plugin-daemonset.yaml#L72) as backend cluster addr.
3535

3636
- Modify the `--snapshot-server` startup parameter at [provisioner-deployment](https://github.com/opencurve/curve-csi/blob/1fd7e98cf4fc7be6f6a9fb3043a4c3f3236bd96d/deploy/manifests/provisioner-deploy.yaml#L108)
37-
- Delete the line if don't need the snapshot feature.
37+
- Set the line `--snapshot-server=` if don't need the snapshot feature.
3838
- Modify it to the correct backend curvebs snapshotcloneserver address and refer the [docs snapshot](https://github.com/opencurve/curve-csi/blob/master/docs/snapshot.md) to install other components.
3939

4040
### v3.0.0

pkg/curve/controllerserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ func (cs *controllerServer) createVolFromContentSource(
417417
req *csi.CreateVolumeRequest,
418418
destVolOptions *volumeOptions,
419419
curveVol *curveservice.CurveVolume) (volSource string, err error) {
420-
420+
421421
if req.VolumeContentSource == nil {
422422
return "", nil
423423
}

0 commit comments

Comments
 (0)