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 |
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]
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.