update csi-resizer version to support volume capabilities
Created by: stoneshi-yunify
Signed-off-by: stoneshi-yunify stoneshi@yunify.com
With this fix, the field VolumeCapability
in ControllerExpandVolumeRequest
of call ControllerExpandVolume
will not be empty(it will be filled by the csi-resizer), therefore our code can check it's a block volume or filesystem volume. See more details on https://github.com/kubernetes-csi/external-resizer/pull/70