csi-driver-lvm icon indicating copy to clipboard operation
csi-driver-lvm copied to clipboard

Helm installation from README doesn't work

Open crabhi opened this issue 7 months ago • 0 comments

Hi, I'm trying to install using this tool using the command in README.md but the command fails.

I'm new to Helm so it may be a problem on my side.

$ helm version
version.BuildInfo{Version:"v3.13.2", GitCommit:"2a2fb3b98829f1e0be6fb18af2f6599e0f4e8243", GitTreeState:"clean", GoVersion:"go1.20.10"}
$ helm install --repo https://helm.metal-stack.io mytest helm/csi-driver-lvm --set lvm.devicePattern='/dev/nvme[0-9]n[0-9]'
Error: INSTALLATION FAILED: chart "helm/csi-driver-lvm" not found in https://helm.metal-stack.io repository

crabhi avatar Nov 08 '23 15:11 crabhi