Chart Versions
| App | Chart Version | App Version |
|---|---|---|
| affine | ||
| n8n | ||
| vaultwarden |
Prerequisites
- Kubernetes 1.23+
- Helm 3.0+
- Dependencies (check chart README documentation)
Setup
Add the repository
helm repo add dev-charts https://dalamudx.github.io/helm-charts
helm repo update
Install
affine
Helm chart for AFFiNE - The next-gen knowledge base.
helm install affine dev-charts/affine --create-namespace --namespace affine -f your-values.yaml
n8n
Helm chart for n8n - A workflow automation platform that gives technical teams the flexibility of code with the speed of no-code.
helm install n8n dev-charts/n8n --create-namespace --namespace n8n -f your-values.yaml
vaultwarden
Helm chart for Vaultwarden - an unofficial Bitwarden-compatible server written in Rust.
helm install vaultwarden dev-charts/vaultwarden --create-namespace --namespace vaultwarden -f your-values.yaml