This repository contains Helm charts maintained by the CloudNative Zoo team. Helm charts help you define, install, and upgrade Kubernetes applications.
helm repo add cloudnative-zoo https://github.com/cloudnative-zoo/helm-charts
helm install <release-name> cloudnative-zoo/<chart-name>
helm upgrade <release-name> cloudnative-zoo/<chart-name>
onecharthelm install my-release cloudnative-zoo/onechart --set key=value
Replace key=value with specific configuration options as needed.
This repository is licensed under the MIT License.