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

https://github.com/konstructio/charts

Helm chart repository
https://github.com/konstructio/charts

Last synced: 5 months ago
JSON representation

Helm chart repository

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
```