Add a Helm index to the /charts subdirectory (#513)

* Add generated index.yaml

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add README with index.yaml generation instructions

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix error in index generation instruction

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins
2019-01-31 16:58:27 -08:00
committed by Brian Goff
parent 318edee630
commit 850b3716eb
2 changed files with 245 additions and 0 deletions

14
charts/README.md Normal file
View File

@@ -0,0 +1,14 @@
# The Virtual Kubelet Helm chart
Each version of Virtual Kubelet has a dedicated [Helm](https://helm.sh) chart. Those charts are served as static assets directly from GitHub.
## The `index.yaml` file
This subdirectory has an `index.yaml` file, which is necessary for it to act as a Helm chart repository. To re-generate the `index.yaml` file (assuming that you have Helm installed):
```shell
cd /path/to/virtual-kubelet
helm repo index charts
```
The `index.yaml` then needs to be committed to Git and merged to `master`.