diff --git a/README.md b/README.md new file mode 100644 index 000000000..f1fd42ac7 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# NVIDIA device plugin for Kubernetes + +> gh-pages branch + +This branch is automatically updated by GitHub actions. +To manually update, please use the script located at `main` + + +Example: + +```bash +VERSION=v0.15.0 +DOWNLOAD_URL= +./hack/update-helm-index.yaml $DOWNLOAD_URL +``` diff --git a/build-index.sh b/build-index.sh deleted file mode 100755 index 04dd5d8be..000000000 --- a/build-index.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -helm repo index stable --url https://nvidia.github.io/k8s-device-plugin/stable - -cp -f stable/index.yaml index.yaml \ No newline at end of file