Skip to content

konstellation-io/helm-charts

Repository files navigation

helm-charts

This repository contains Helm charts for deploying Konstellation services.

Chart Description Version App Version
kdl-server Konstellation Development Lifecycle Server 6.1.0 1.39.0
konstellation-base Konstellation template Helm chart 1.1.2 1.0.0

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]

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details.