This repository hosts multiple Helm charts for Aruba Cloud, published via GitHub Pages.
charts/- Each chart in its own subdirectory (e.g.,charts/copilot/)docs/- Published chart index for GitHub Pages.github/workflows/- CI/CD workflows for publishing
Charts are packaged and indexed automatically using GitHub Actions. All charts in charts/ are published to the docs/ folder and served via GitHub Pages.
Add the repo to your Helm client:
helm repo add arubacloud https://arubacloud.github.io/helm-charts/
helm repo updateInstall a chart:
helm install my-release arubacloud/<chart-name>- Add new charts in their own subdirectory under
charts/ - Update chart version in
Chart.yamlbefore publishing