Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cubesystems/charts
https://github.com/cubesystems/charts
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cubesystems/charts
- Owner: cubesystems
- Created: 2024-04-05T20:20:21.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T16:10:15.000Z (3 months ago)
- Last Synced: 2024-11-07T23:42:56.367Z (3 months ago)
- Language: Smarty
- Size: 553 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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