Helm Charts

Deploy applications to your Kubernetes cluster easily.

GitHub

Chart Versions

App Chart Version App Version
affine Chart 1.0.5 App 0.26.3
n8n Chart 1.0.63 App 2.21.7
vaultwarden Chart 1.0.5 App 1.36.0

Prerequisites

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