This repository hosts Helm charts for various applications.
Add this repository to your Helm client:
helm repo add dev-charts https://dalamudx.github.io/helm-charts
helm repo update# Install affine
helm install affine-release dev-charts/affine -f your-values.yaml
# Install n8n
helm install n8n-release dev-charts/n8n -f your-values.yaml
# Install Vaultwarden
helm install vaultwarden-release dev-charts/vaultwarden -f your-values.yaml