Skip to content

Commit

Permalink
Bumped vaultwarden/server to 1.22.2 (k8s-at-home#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Caron authored Oct 2, 2021
1 parent 2a6a05e commit ce7889a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/stable/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.20.0
appVersion: 1.22.2
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 3.1.2
version: 3.1.3
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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

Expand Down Expand Up @@ -81,7 +81,7 @@ N/A
| env.DATA_FOLDER | string | `"config"` | Config dir |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| 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. |
| mariadb.enabled | bool | `false` | |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
Expand Down
6 changes: 6 additions & 0 deletions charts/stable/vaultwarden/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### [3.1.3]

#### Changed

- Bump version to 1.22.2

### [3.0.0]

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 1.21.0
tag: 1.22.2

strategy:
type: Recreate
Expand Down

0 comments on commit ce7889a

Please sign in to comment.