Skip to content

wbstack/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️ Issues for this repository are tracked on Phabricator - (Click here to open a new one)

charts

Artifact Hub

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.

Usage

helm repo add wbstack https://wbstack.github.io/charts

Or in a helmfile

repositories:
- name: wbstack
  url: https://wbstack.github.io/charts

Contributing

Linting

This repository is linted using chart-testing.

This is both setup for Github Actions, and also runnable locally using a docker image.

make lint

Releases

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: