Production-ready Helm Charts for Kubernetes.
📖 New to this repository? Read CLAUDE.md for the project philosophy and development standards.
This repository contains the following Helm charts:
There are many way to setup a Kubernetes cluster:
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 duyet https://duyet.github.io/charts
Useful Helm Client Commands:
# View available charts
helm search repo duyet
# Install a chart
helm install my-release duyet/<chart-name>
# Get chart values
helm show values duyet/<chart-name>
# Upgrade your application
helm upgrade my-release duyet/<chart-name>
# Uninstall
helm uninstall my-release
We welcome contributions! Please read:
All commits must follow semantic commit conventions.
MIT