Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.52 KB

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