/charts

Collection of useful Helm Charts. Well test with KinD and Kubeconform

Primary LanguageMustacheMIT LicenseMIT

duyet/charts Chart Lint Build & Publish Artifact HUB

Helm Charts for Kubernetes.

Before you begin

Setup a Kubernetes Cluster

There are many way to setup a Kubernetes cluster:

Install Helm

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Add Repo

The following command allows you to download and install all the charts from this repository:

$ helm repo add duyet https://duyet.github.io/charts

Using Helm

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

License

MIT