Skip to content

Commit

Permalink
chore(deps): update vaultwarden/server docker tag to v1.28.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2023
1 parent 50e3a4c commit 320d9e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
k8s:
- 1.23.12
- 1.24.6
- 1.25.2
- 1.24.7
- 1.25.8
- 1.26.3
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
name: vaultwarden
description: A Helm chart for deploying Vaultwarden to Kubernetes
appVersion: "1.26.0"
appVersion: "1.28.1"
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.8.4
version: 0.8.5
maintainers:
- name: sebastiangaiser
4 changes: 2 additions & 2 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vaultwarden

![Version: 0.8.4](https://img.shields.io/badge/Version-0.8.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.26.0](https://img.shields.io/badge/AppVersion-1.26.0-informational?style=flat-square)
![Version: 0.8.5](https://img.shields.io/badge/Version-0.8.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.28.1](https://img.shields.io/badge/AppVersion-1.28.1-informational?style=flat-square)

A Helm chart for deploying Vaultwarden to Kubernetes

Expand All @@ -26,7 +26,7 @@ A Helm chart for deploying Vaultwarden to Kubernetes
| horizontalAutoscaling | object | `{"enabled":false,"maxReplicas":3,"minReplicas":1,"targetCPUUtilizationPercentage":75,"targetMemoryUtilizationPercentage":75}` | HPA configuration |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"vaultwarden/server"` | |
| image.tag | string | `"1.27.0-alpine"` | |
| image.tag | string | `"1.28.1-alpine"` | |
| imagePullSecrets | list | `[]` | |
| ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"vaultwarden.example.com","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | Ingress |
| initContainers | object | `{}` | Init-containers |
Expand Down
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.27.0-alpine"
tag: "1.28.1-alpine"

# -- Vaultwarden specific configuration
vaultwarden:
Expand Down

0 comments on commit 320d9e6

Please sign in to comment.