This repository contains a collection of Helm charts maintained by the CloudNative Zoo team. Helm charts help you define, install, and upgrade Kubernetes applications.
- Each directory contains a separate Helm chart.
- Charts follow the Helm best practices.
-
Add the repository:
helm repo add cloudnative-zoo https://github.com/cloudnative-zoo/helm-charts
-
Install a chart:
helm install <release-name> cloudnative-zoo/<chart-name>
-
Upgrade a chart:
helm upgrade <release-name> cloudnative-zoo/<chart-name>
To test charts locally, you can use the following commands:
helm lint --strict ./charts/onechart
helm template ./charts/onechart --values ./charts/onechart/values.yaml > output.yaml- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a clear description of your changes.
This repository is licensed under the MIT License.