Skip to content

Latest commit

 

History

History
394 lines (217 loc) · 6.11 KB

README.md

File metadata and controls

394 lines (217 loc) · 6.11 KB

vaultwarden

Version: 6.7.5 AppVersion: 1.32.5

Vaultwarden is a Bitwarden compatible server in Rust

Forked from the chart in the k8s-at-home repository at version 5.3.2.

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://charts.bitnami.com/bitnami mariadb 11.0.14
https://charts.bitnami.com/bitnami postgresql 11.6.12
https://johanneskastl.github.io/helm-charts/ common 5.0.5

TL;DR

helm repo add johanneskastl-helm-charts https://johanneskastl.github.io/helm-charts/
helm repo update
helm install vaultwarden johanneskastl-helm-charts/vaultwarden

Installing the Chart

To install the chart with the release name vaultwarden

helm install vaultwarden johanneskastl-helm-charts/vaultwarden

Uninstalling the Chart

To uninstall the vaultwarden deployment

helm uninstall vaultwarden

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install vaultwarden \
  --set env.TZ="America/New York" \
    johanneskastl-helm-charts/vaultwarden

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install vaultwarden johanneskastl-helm-charts/vaultwarden -f values.yaml

Custom configuration

The Vaultwarden chart requires the /config folder to exist. In order to provide this, some type of storage needs to be implemented. For testing purposes, the following config snippet will work:

persistence:
  config:
    enabled: true
    type: emptyDir

Values

Important: When deploying an application Helm chart you can add more values from the common library chart here

Key Type Default Description
env object See below environment variables. See image docs for more details.
env.DATA_FOLDER string "config" Config dir
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "vaultwarden/server" image repository
image.tag string chart.appVersion image tag
ingress.main object See values.yaml Enable and configure ingress settings for the chart under this key.
mariadb.enabled bool false
persistence object See values.yaml Configure persistence settings for the chart under this key.
postgresql.enabled bool false
service object See values.yaml Configures service settings for the chart. Normally this does not need to be modified.
strategy.type string "Recreate"

Changelog

All notable changes to this Helm chart will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 6.7.5

Added

N/A

Changed

  • security fix: update appVersion to 1.32.5

Version 6.7.4

Added

N/A

Changed

  • security fix: update appVersion to 1.32.4

Version 6.7.3

Added

N/A

Changed

  • update appVersion to 1.32.3

Version 6.7.2

Added

N/A

Changed

  • update appVersion to 1.32.2

Version 6.7.1

Added

N/A

Changed

  • update appVersion to 1.32.1

Version 6.7.0

Added

N/A

Changed

  • update appVersion to 1.32.0

Version 6.6.0

Added

N/A

Changed

  • update appVersion to 1.31.0

Version 6.5.5

Added

N/A

Changed

  • update appVersion to 1.30.5

Version 6.5.4

Added

N/A

Changed

  • update appVersion to 1.30.4

Version 6.5.3

Added

N/A

Changed

  • update appVersion to 1.30.3

Version 6.5.2

Added

N/A

Changed

  • update appVersion to 1.30.2

Fixed

N/A

Version 6.5.1

Added

N/A

Changed

  • update appVersion to 1.30.1

Fixed

N/A

Version 6.5.0

Added

N/A

Changed

  • update appVersion to 1.30.0

Fixed

N/A

Version 6.4.2

Added

N/A

Changed

  • update appVersion to 1.29.2

Fixed

N/A

Version 6.4.1

Added

N/A

Changed

  • update appVersion to 1.29.1

Fixed

N/A

Version 6.4.0

Added

N/A

Changed

  • update appVersion to 1.29.0

Fixed

N/A

Version 6.3.1

Added

N/A

Changed

  • update appVersion to 1.28.1

Fixed

N/A

Version 6.3.0

Added

N/A

Changed

  • update appVersion to 1.28.0

Fixed

N/A

Version 6.2.0

Added

N/A

Changed

  • update appVersion to 1.27.0

Fixed

N/A

Version 6.1.0

Added

N/A

Changed

  • update appVersion to 1.26.0
  • require common 5.0.5

Fixed

N/A

Version 6.0.2

Added

N/A

Changed

  • generate README with helm-docs

Fixed

N/A

Version 6.0.1

Added

N/A

Changed

  • README.md: added support link

Fixed

N/A

Version 6.0.0

Added

N/A

Changed

  • Forked the chart from k8s-at-home (at version 5.3.2)

Fixed

N/A

Support

Open an issue.