This repository contains Helm charts developed and maintained by the Mirantis Field Team. These charts are designed to deploy and manage applications commonly used in customer environments and field demonstrations.
$ helm repo add mirantis-field https://mirantis-field.github.io/helm-charts
$ helm repo update
$ helm search repo mirantis-field
$ helm install my-release mirantis-field/<chart-name>For setting up Kubernetes on cloud platforms or bare-metal servers, refer to the k0s documentation.
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.
The following command allows you to download and install all the charts from this repository:
$ helm repo add mirantis-field https://mirantis-field.github.io/helm-chartsOnce you have installed the Helm client, you can deploy a Mirantis Field Team Helm Chart into a Kubernetes cluster.
Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
| Chart | Description | Version |
|---|---|---|
| open-k0rdent-ui | Web interface for Mirantis k0rdent cluster management | 0.1.0 |
| openstack-hosted-cp | KCM template to deploy k8s clusters on OpenStack with hosted control plane | 1.0.0 |
- View available charts:
helm search repo mirantis-field - Install a chart:
helm install my-release mirantis-field/<chart-name> - Upgrade your application:
helm upgrade my-release mirantis-field/<chart-name> - Uninstall a release:
helm uninstall my-release - Get release status:
helm status my-release
We welcome contributions to this repository! Please see our Contributing Guidelines for details on how to submit charts, report issues, and contribute to the project.
When contributing new charts or updating existing ones:
- Follow the Helm Best Practices
- Ensure your chart passes
helm lint - Include comprehensive documentation in the chart's README.md
- Update the chart version in Chart.yaml
- Test your chart with
helm install --dry-run
- Fork this repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
For issues specific to individual charts, please check the chart's README for specific support information.
For general repository issues:
- Create an issue in this repository
- Contact the Mirantis Field Team
Copyright (c) 2025 Mirantis, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Mirantis helps organizations achieve digital self-determination by using open source software to provide complete application and data portability without vendor lock-in.