diff --git a/README.md b/README.md new file mode 100644 index 000000000..c7adcc13b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# NVIDIA device plugin for Kubernetes + +The `gh-pages` branch is automatically updated by GitHub actions. +To manually update the Helm package repository use the scripts on the `main` or `release-*` branches as described in the [RELEASE.md](https://github.com/NVIDIA/k8s-device-plugin/blob/main/RELEASE.md) 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