Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cubesystems/charts


https://github.com/cubesystems/charts

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

## New chart version release process
1. Bump version in Chart.yaml (ex `.charts/laravel/Chart.yaml`)
2. create chart package within `packages` directory (ex. `cd packages && helm package ../charts/laravel/ && cd ..`)
3. reindex charts with `helm repo index . --url https://cubesystems.github.io/charts/`
4. commit and push all changes to GitHub