duyet
charts
Go Template

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

Last updated Jul 3, 2026
19
Stars
15
Forks
7
Issues
0
Stars/day
Attention Score
44
Language breakdown
No language data available.
Files click to expand
README

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.

  • Charts list: https://duyet.github.io/charts/index.yaml
  • Artifact hub: https://artifacthub.io/packages/search?repo=duyet

Available Charts

This repository contains the following Helm charts:

Documentation

  • CLAUDE.md - Project philosophy and development guide (read this first!)
  • CONTRIBUTING.md - Contribution guidelines and chart standards
  • SECURITY.md - Security policy and best practices

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:

All commits must follow semantic commit conventions.

License

MIT

🔗 More in this category

© 2026 GitRepoTrend · duyet/charts · Updated daily from GitHub