This repository provides Helm charts for popular tools and services that officially document only Docker or Docker Compose deployments. It translates those Docker-centric setups into practical, reusable Kubernetes Helm charts, based on real-world usage and production experience.
https://windoc.github.io/helm-charts
| Chart | Description | Version | App Version |
|---|---|---|---|
guacamole |
Guacamole + Postgres (from repo manifests) | 0.1.2 |
1.6.0 |
n8n |
n8n + postgres (from repo manifests) | 0.1.5 |
2.4.7 |
helm repo add windoc https://windoc.github.io/helm-charts
helm repo update windoc
helm search repo windoc
# example to install one of the application with this repo
helm install guacamole windoc/guacamole -n guacamole