helm-charts

Helm Charts

This repository contains Helm charts maintained by the CloudNative Zoo team. Helm charts help you define, install, and upgrade Kubernetes applications.

Repository Structure

Usage

  1. Add the repository:
    helm repo add cloudnative-zoo https://github.com/cloudnative-zoo/helm-charts
    
  2. Install a chart:
    helm install <release-name> cloudnative-zoo/<chart-name>
    
  3. Upgrade a chart:
    helm upgrade <release-name> cloudnative-zoo/<chart-name>
    

Examples

Example for onechart

helm install my-release cloudnative-zoo/onechart --set key=value

Replace key=value with specific configuration options as needed.

Contributing

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request with a clear description of your changes.

License

This repository is licensed under the MIT License.