From 21faf4ae103b2a0bb198df9a0614961649f2c249 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Tue, 16 Jul 2024 16:34:14 +0200 Subject: [PATCH] [gh-pages] remove build-index.sh This patch removes the build-index.sh script Also adds documentation on how to use the new script at `main` to update the Helm charts and index. Signed-off-by: Carlos Eduardo Arango Gutierrez --- README.md | 4 ++++ build-index.sh | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 README.md delete mode 100755 build-index.sh 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