[vaultwarden] Bump Vaultwarden App Version to 1.25.0 (#1582)

Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
This commit is contained in:
Simon Caron 2022-05-23 22:31:18 -04:00 committed by GitHub
parent 894e49f6ab
commit f4dde05b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,9 @@
--- ---
apiVersion: v2 apiVersion: v2
appVersion: 1.24.0 appVersion: 1.25.0
description: Vaultwarden is a Bitwarden compatable server in Rust description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden name: vaultwarden
version: 4.2.2 version: 4.2.3
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- Vaultwarden - Vaultwarden
@ -30,4 +30,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version 4.4.2 description: Updated Vaultwarden App Version to v1.25.0.

View File

@ -1,6 +1,6 @@
# vaultwarden # vaultwarden
![Version: 4.2.2](https://img.shields.io/badge/Version-4.2.2-informational?style=flat-square) ![AppVersion: 1.24.0](https://img.shields.io/badge/AppVersion-1.24.0-informational?style=flat-square) ![Version: 4.2.3](https://img.shields.io/badge/Version-4.2.3-informational?style=flat-square) ![AppVersion: 1.25.0](https://img.shields.io/badge/AppVersion-1.25.0-informational?style=flat-square)
Vaultwarden is a Bitwarden compatable server in Rust Vaultwarden is a Bitwarden compatable server in Rust
@ -89,7 +89,7 @@ persistence:
| env.DATA_FOLDER | string | `"config"` | Config dir | | env.DATA_FOLDER | string | `"config"` | Config dir |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"vaultwarden/server"` | image repository | | image.repository | string | `"vaultwarden/server"` | image repository |
| image.tag | string | `"1.24.0"` | image tag | | image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| mariadb.enabled | bool | `false` | | | mariadb.enabled | bool | `false` | |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
@ -99,7 +99,7 @@ persistence:
## Changelog ## Changelog
### Version 4.2.2 ### Version 4.2.3
#### Added #### Added
@ -107,7 +107,7 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version 4.4.2 * Updated Vaultwarden App Version to v1.25.0.
#### Fixed #### Fixed

View File

@ -11,7 +11,8 @@ image:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
tag: 1.24.0 # @default -- chart.appVersion
tag:
strategy: strategy:
type: Recreate type: Recreate