kubefirst / charts

Helm chart repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubefirst Charts

Bump Macro Chart

  1. adjust console version (if needed)
  2. adjust kubefirst-api version (if needed)
  3. adjust macro chart version
  4. generate helm package
helm dependency update ./charts/kubefirst
  1. Open a PR against the main branch
  2. 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

helm repo add kubefirst https://charts.kubefirst.com
helm repo update 

Installing Kubefirst chart

replace with the desired version

helm install kubefirst --create-namespace --version <version> kubefirst/kubefirst

About

Helm chart repository

License:MIT License