helm-charts/examples/helm
2025-06-12 11:22:10 +00:00
..
home-assistant fix(app-template): Release v4.1.1 (#429) 2025-06-12 11:22:10 +00:00
qbittorrent fix(app-template): Release v4.1.1 (#429) 2025-06-12 11:22:10 +00:00
vaultwarden fix(app-template): Release v4.1.1 (#429) 2025-06-12 11:22:10 +00:00
README.md feat!: Relocate repository 2025-05-01 13:45:41 +02:00

Deployment example using Helm

Prerequisites

Makre sure the Helm repository is installed as follows:

helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts
helm repo update

Deployment

In order to deploy the manifest for this example, issue the following command:

helm install vaultwarden bjw-s/app-template --namespace default --values values.yaml

This will apply the rendered manifest(s) to your cluster.