-
Notifications
You must be signed in to change notification settings - Fork 546
Open
Labels
correctionData is inaccurateData is inaccurate
Description
helm install nvidia-device-plugin nvidia/nvidia-device-plugin --namespace nvidia-device-plugin --create-namespace --version v0.17.1 --values nvidia-device-plugin-values.yaml
Error: INSTALLATION FAILED: chart "nvidia-device-plugin" matching v0.17.1 not found in nvidia index. (try 'helm repo update'): no chart version found for nvidia-device-plugin-v0.17.1
Either use the correct version (remove v)
helm install nvidia-device-plugin nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.17.1 \
--values nvidia-device-plugin-values.yaml
Or use latest by helm search repo nvdp/nvidia-device-plugin --versions
Metadata
Metadata
Assignees
Labels
correctionData is inaccurateData is inaccurate