Skip to content

cloudnative-zoo/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

This repository contains a collection of 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>

Local Testing

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

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.