helm-charts/examples/helm
Bernd Schorgers 3d3028b889
feat(common): Release v2.4.0 (#245)
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com>
Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
Co-authored-by: Markus Reiter <me@reitermark.us>
2023-12-10 08:56:08 +00:00
..
home-assistant feat(common): Release v2.3.0 (#228) 2023-11-20 19:33:30 +00:00
qbittorrent feat(common): Release v2.3.0 (#228) 2023-11-20 19:33:30 +00:00
vaultwarden feat(common): Release v2.4.0 (#245) 2023-12-10 08:56:08 +00:00
README.md Fix typos (#89) 2022-11-29 18:59:44 +01:00

Deployment example using Helm

Prerequisites

Makre sure the Helm repository is installed as follows:

helm repo add bjw-s https://bjw-s.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.