Skip to content

no chart version found for nvidia-device-plugin-v0.17.1 #720

@yahavb

Description

@yahavb
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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions