The content in this repository is published using GitHub pages at https://openebs.github.io/charts/.
This repository contains OpenEBS Helm charts and other example artifacts like openebs-operator.yaml or example YAMLs.
The helm chart is located under ./charts/ directory.
When new changes to helm chart are pushed to master branch, the changes are picked up by Helm Chart releaser GitHub Action. The chart releaser will:
- Upload the new version of the charts to the GitHub releases.
- Update the helm repo index file and push to the GitHub Pages branch.
This is a collection of YAMLs or scripts that help to perform some OpenEBS tasks like:
- YAML file to setup OpenEBS via kubectl.
- Scripts to push the OpenEBS container images to a custom registry for air-gapped environments.
- and more.
The artifacts are located in the GitHub Pages(gh-pages) branch.
See ./CONTRIBUTING.md.