These are details on upgrading and uninstalling the CSI driver.
Upgrade CSI driver
If you already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo volumez-csi to see the charts.
helm upgrade volumez-csi . -n vlz-csi-driver --set certmanager.installCRDs=false --set vlzAuthToken=eyJjdHkiOiJKV1QiLC
Uninstall CSI driver
To uninstall the CSI driver, run:
helm uninstall volumez-csi -n vlz-csi-driver