ℹ️ Issues for this repository are tracked on Phabricator - (Click here to open a new one)
This repository contains charts that can be used to deploy a wbstack like environment.
Some of these charts are pretty specific to the wbstack use case right now and could do with generalization.
Other charts are probably reusable as they are.
These charts are still in their early life and could do with becoming more uniform, documented and follow more best practices.
helm repo add wbstack https://wbstack.github.io/charts
Or in a helmfile
repositories:
- name: wbstack
url: https://wbstack.github.io/charts
This repository is linted using chart-testing.
This is both setup for Github Actions, and also runnable locally using a docker image.
make lint
Anything merged into the main
branch will result in releasing of new charts powered by Github Actions, and thus the touched chart versions must be bumped.]
Versions are built, tagged and created as github releases.
Github pages hosts the manifest file for all releases which is built on every release. You can see the manifest in the branch or on github pages.
You can read more about releasing using these links: