charts

duyet/charts Chart Lint Build & Publish Artifact HUB

Production-ready Helm Charts for Kubernetes.

📖 New to this repository? Read CLAUDE.md for the project philosophy and development standards.

Available Charts

This repository contains the following Helm charts:

Documentation

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 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

Contributing

We welcome contributions! Please read:

  1. CLAUDE.md - Understand the project philosophy
  2. CONTRIBUTING.md - Follow contribution guidelines
  3. SECURITY.md - Review security requirements

All commits must follow semantic commit conventions.

License

MIT