mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[vaultwarden] Upgrade app version to 1.24.0 (#1411)
Signed-off-by: Kalle Lindqvist <kalle.lindqvist@yutani.io>
This commit is contained in:
parent
48196fac6f
commit
90e92b65c9
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.22.2
|
appVersion: 1.24.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.0.0
|
version: 4.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- Vaultwarden
|
- Vaultwarden
|
||||||
@ -29,8 +29,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded app to version `1.24.0` from `1.22.2`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# vaultwarden
|
# vaultwarden
|
||||||
|
|
||||||
![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square)
|
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![AppVersion: 1.24.0](https://img.shields.io/badge/AppVersion-1.24.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.22.2"` | image tag |
|
| image.tag | string | `"1.24.0"` | 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.0.0
|
### Version 4.0.1
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@ -107,9 +107,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded app to version `1.24.0` from `1.22.2`.
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
* Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ image:
|
|||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 1.22.2
|
tag: 1.24.0
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user