diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index 3268d226..5b242bbe 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.22.2 description: Vaultwarden is a Bitwarden compatable server in Rust name: vaultwarden -version: 3.2.0 +version: 3.2.1 kubeVersion: ">=1.16.0-0" keywords: - Vaultwarden diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md index f05a6cdc..7be5d580 100644 --- a/charts/stable/vaultwarden/README.md +++ b/charts/stable/vaultwarden/README.md @@ -1,6 +1,6 @@ # vaultwarden -![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square) +![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square) Vaultwarden is a Bitwarden compatable server in Rust @@ -69,7 +69,15 @@ helm install vaultwarden k8s-at-home/vaultwarden -f values.yaml ## Custom configuration -N/A +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: + +````yaml +persistence: + config: + enabled: true + type: emptyDir +```` ## Values @@ -95,6 +103,16 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.2.1] + +#### Added + +- Mentioned that some kind of persistence is required on `/config` mountpoint. + +#### Fixed + +- Updated ct-values to properly create emptyDir + ### [3.1.3] #### Changed @@ -124,6 +142,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version, Succeding Bitwarden_RS. +[3.2.1]: #321 +[3.1.3]: #313 [3.0.0]: #300 [2.0.0]: #200 [1.0.0]: #100 diff --git a/charts/stable/vaultwarden/README_CHANGELOG.md.gotmpl b/charts/stable/vaultwarden/README_CHANGELOG.md.gotmpl index 113f7514..7d9ceee2 100644 --- a/charts/stable/vaultwarden/README_CHANGELOG.md.gotmpl +++ b/charts/stable/vaultwarden/README_CHANGELOG.md.gotmpl @@ -9,6 +9,16 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.2.1] + +#### Added + +- Mentioned that some kind of persistence is required on `/config` mountpoint. + +#### Fixed + +- Updated ct-values to properly create emptyDir + ### [3.1.3] #### Changed @@ -38,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version, Succeding Bitwarden_RS. +[3.1.3]: #313 [3.0.0]: #300 [2.0.0]: #200 [1.0.0]: #100 diff --git a/charts/stable/vaultwarden/README_CONFIG.md.gotmpl b/charts/stable/vaultwarden/README_CONFIG.md.gotmpl index e93d80bf..06e69a8d 100644 --- a/charts/stable/vaultwarden/README_CONFIG.md.gotmpl +++ b/charts/stable/vaultwarden/README_CONFIG.md.gotmpl @@ -5,5 +5,13 @@ {{- define "custom.custom.configuration" -}} {{ template "custom.custom.configuration.header" . }} -N/A +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: + +````yaml +persistence: + config: + enabled: true + type: emptyDir +```` {{- end -}} diff --git a/charts/stable/vaultwarden/ci/ct-values.yaml b/charts/stable/vaultwarden/ci/ct-values.yaml index e56bbd9c..765cb1cc 100644 --- a/charts/stable/vaultwarden/ci/ct-values.yaml +++ b/charts/stable/vaultwarden/ci/ct-values.yaml @@ -1,5 +1,4 @@ persistence: config: enabled: true - emptyDir: - enabled: true + type: emptyDir diff --git a/charts/stable/vaultwarden/values.yaml b/charts/stable/vaultwarden/values.yaml index 057aa7a2..010f536b 100644 --- a/charts/stable/vaultwarden/values.yaml +++ b/charts/stable/vaultwarden/values.yaml @@ -59,9 +59,6 @@ ingress: persistence: config: enabled: false - emptydir: - enabled: false - # https://github.com/bitnami/charts/tree/master/bitnami/mariadb/#installing-the-chart mariadb: