helm-charts

Usage

Charts are available in:

Chart Repository

Add repository

helm repo add konstellation-io https://charts.konstellation.io
helm repo update

Search for available charts

helm search repo konstellation-io

Install Helm chart

helm install [RELEASE_NAME] konstellation-io/<helm-chart-name>

This install all the Kubernetes components associated with the chart and creates the release.

See helm install for command documentation.

OCI Registry

Charts are also available in OCI format. The list of available charts can be found here.

Install Helm chart

helm install [RELEASE_NAME] oci://ghcr.io/konstellation-io/helm-charts/<helm-chart-name> --version=[version]