mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Bumped vaultwarden/server to 1.22.2 (#1225)
This commit is contained in:
parent
2a6a05e561
commit
ce7889aae2
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.20.0
|
appVersion: 1.22.2
|
||||||
description: Vaultwarden is a Bitwarden compatable server in Rust
|
description: Vaultwarden is a Bitwarden compatable server in Rust
|
||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
version: 3.1.2
|
version: 3.1.3
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- Vaultwarden
|
- Vaultwarden
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# vaultwarden
|
# vaultwarden
|
||||||
|
|
||||||
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![AppVersion: 1.20.0](https://img.shields.io/badge/AppVersion-1.20.0-informational?style=flat-square)
|
![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-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
|
Vaultwarden is a Bitwarden compatable server in Rust
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ N/A
|
|||||||
| 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.21.0"` | image tag |
|
| image.tag | string | `"1.22.2"` | 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. |
|
||||||
|
@ -9,6 +9,12 @@ 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).
|
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.1.3]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Bump version to 1.22.2
|
||||||
|
|
||||||
### [3.0.0]
|
### [3.0.0]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -11,7 +11,7 @@ image:
|
|||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 1.21.0
|
tag: 1.22.2
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user