Skip to content

Commit

Permalink
feat: bump Vaultwarden image from '1.24.0' to '1.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser committed May 23, 2022
1 parent 011871d commit e6b5cb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: vaultwarden
description: A Helm chart for deploying Vaultwarden to Kubernetes
appVersion: "1.24.0"
appVersion: "1.25.0"
type: application
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon.svg
sources:
- https://github.com/dani-garcia/vaultwarden
- https://github.com/sebastiangaiser/helm-charts/
version: 0.2.0
version: 0.3.0
6 changes: 3 additions & 3 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vaultwarden

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.1](https://img.shields.io/badge/AppVersion-1.23.1-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.0](https://img.shields.io/badge/AppVersion-1.25.0-informational?style=flat-square)

A Helm chart for deploying Vaultwarden to Kubernetes

Expand All @@ -24,7 +24,7 @@ A Helm chart for deploying Vaultwarden to Kubernetes
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"vaultwarden/server"` | |
| image.tag | string | `"1.24.0-alpine"` | |
| image.tag | string | `"1.25.0-alpine"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down Expand Up @@ -59,4 +59,4 @@ A Helm chart for deploying Vaultwarden to Kubernetes
| vaultwarden.rocketPort | int | `8080` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)
2 changes: 1 addition & 1 deletion charts/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: vaultwarden/server
pullPolicy: IfNotPresent
tag: "1.24.0-alpine"
tag: "1.25.0-alpine"

vaultwarden:
environment: "production"
Expand Down

0 comments on commit e6b5cb3

Please sign in to comment.