- Notifications
You must be signed in to change notification settings - Fork5
helm charts for wbstack deployments
License
wbstack/charts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ℹ️ Issues for this repository are tracked onPhabricator - (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:wbstackurl:https://wbstack.github.io/charts
This repository is linted usingchart-testing.
This is both setup for Github Actions, and also runnable locally using a docker image.
make lint
Anything merged into themain
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 inthe branch or ongithub pages.
You can read more about releasing using these links:
About
helm charts for wbstack deployments