Skip to content

Commit

Permalink
⬆️ Update vaultwarden/server Docker tag to v1.28.0 (#82)
Browse files Browse the repository at this point in the history
* ⬆️ Update vaultwarden/server Docker tag to v1.28.0

* 🔧 Update chart metadata

* 🔧 (vaultwarden): Change image repo from vaultwarden/server to ghcr.io/dani-garcia/vaultwarden

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
3 people authored Mar 26, 2023
1 parent 9011bca commit 45b9810
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Unofficial Bitwarden compatible server written in Rust.
home: https://charts.gabe565.com/charts/vaultwarden
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/d57b69952db6eb12987a9668fea6b72df79cfa41/resources/vaultwarden-icon.svg
type: application
version: 0.4.3
# renovate datasource=docker depName=vaultwarden/server
appVersion: 1.27.0-alpine
version: 0.5.0
# renovate datasource=docker depName=ghcr.io/dani-garcia/vaultwarden
appVersion: 1.28.0-alpine
kubeVersion: ">=1.22.0-0"
keywords:
- vaultwarden
Expand All @@ -30,4 +30,6 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.2
description: Update vaultwarden/server Docker tag to v1.28.0
- kind: changed
description: Change image from vaultwarden/server to ghcr.io/dani-garcia/vaultwarden
8 changes: 4 additions & 4 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/d57b69952db6eb12987a9668fea6b72df79cfa41/resources/vaultwarden-icon.svg" align="right" width="92" alt="vaultwarden logo">

![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.27.0-alpine](https://img.shields.io/badge/AppVersion-1.27.0--alpine-informational?style=flat)
![AppVersion: 1.28.0-alpine](https://img.shields.io/badge/AppVersion-1.28.0--alpine-informational?style=flat)

Unofficial Bitwarden compatible server written in Rust.

Expand Down Expand Up @@ -97,8 +97,8 @@ persistence:
| env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/dani-garcia/vaultwarden/blob/main/.env.template) |
| env.ADMIN_TOKEN | string | `""` | Token for the admin interface, preferably use a long random string. One option is to use `openssl rand -base64 48`. If not set, the admin panel is disabled. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"vaultwarden/server"` | image repository |
| image.tag | string | `"1.27.0-alpine"` | image tag |
| image.repository | string | `"ghcr.io/dani-garcia/vaultwarden"` | image repository |
| image.tag | string | `"1.28.0-alpine"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
| persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
Expand Down
4 changes: 2 additions & 2 deletions charts/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

image:
# -- image repository
repository: vaultwarden/server
repository: ghcr.io/dani-garcia/vaultwarden
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 1.27.0-alpine
tag: 1.28.0-alpine

controller:
# -- Set the controller upgrade strategy
Expand Down

0 comments on commit 45b9810

Please sign in to comment.