Helm Charts for Kubernetes.
- Charts list: https://duyet.github.io/charts/index.yaml
- Artifact hub: https://artifacthub.io/packages/search?repo=duyet
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
- Install a chart:
helm install my-release duyet/<package-name>
- Upgrade your application:
helm upgrade
MIT