https://github.com/konstructio/charts
Helm chart repository
https://github.com/konstructio/charts
Last synced: 5 months ago
JSON representation
Helm chart repository
- Host: GitHub
- URL: https://github.com/konstructio/charts
- Owner: konstructio
- License: mit
- Created: 2022-09-13T20:31:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T21:16:58.000Z (5 months ago)
- Last Synced: 2026-01-16T00:08:03.819Z (5 months ago)
- Homepage:
- Size: 6.02 MB
- Stars: 4
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubefirst Charts
## Bump Macro Chart
1. adjust [console version](https://github.com/konstructio/charts/blob/main/charts/kubefirst/Chart.yaml#L5) (if needed)
2. adjust [kubefirst-api version](https://github.com/konstructio/charts/blob/main/charts/kubefirst/Chart.yaml#L8) (if needed)
3. adjust [macro chart version](https://github.com/konstructio/charts/blob/main/charts/kubefirst/Chart.yaml#L16)
4. generate helm package
```bash
helm dependency update ./charts/kubefirst
```
5. Open a PR against the `main` branch
6. Once you merge the PR the GitHub action will update the chart in the Kubefirst Chart Museum
## Adding Kubefirst chart to the Helm repo
Run the following commands
```bash
helm repo add konstruct https://charts.konstruct.io
helm repo update
```
## Installing Kubefirst chart
replace with the desired version
```bash
helm install kubefirst --create-namespace --version konstruct/kubefirst
```