Charts are available in:
helm repo add konstellation-io https://charts.konstellation.io
helm repo update
helm search repo konstellation-io
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.
Charts are also available in OCI format. The list of available charts can be found here.
helm install [RELEASE_NAME] oci://ghcr.io/konstellation-io/helm-charts/<helm-chart-name> --version=[version]