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

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:
- amundsen - Metadata driven application for data discovery
- applause-btn - Applause button service
- clickhouse-keeper - ClickHouse Keeper for cluster coordination
- clickhouse-monitoring - ClickHouse monitoring tools
- commento - Comment system for websites
- gaxy - Google Analytics proxy
- hermes-agent - Hermes Agent (NousResearch) autonomous AI agent with dashboard, OpenAI-compatible API, and dual persistent volumes
- pgbouncer - PostgreSQL connection pooler
- scheduling-restart - Scheduled deployment restarts
- spark-shuffle-service - Spark shuffle service daemon
- uptime-kuma - Self-hosted uptime monitoring
- zeppelin - Apache Zeppelin notebook
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:
- CLAUDE.md - Understand the project philosophy
- CONTRIBUTING.md - Follow contribution guidelines
- SECURITY.md - Review security requirements
License
MIT
🔗 More in this category