Skip to content

Commit

Permalink
chore(charts,vaultwarden): bump image from '1.32.0' to '1.32.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser committed Oct 4, 2024
1 parent 19dff1a commit 7ceca52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: vaultwarden
description: A Helm chart for deploying Vaultwarden to Kubernetes
# renovate: image=ghcr.io/dani-garcia/vaultwarden
appVersion: "1.32.0"
appVersion: "1.32.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.11.0
version: 0.11.1
maintainers:
- name: sebastiangaiser
2 changes: 1 addition & 1 deletion charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vaultwarden

![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)
![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.32.1](https://img.shields.io/badge/AppVersion-1.32.1-informational?style=flat-square)

A Helm chart for deploying Vaultwarden to Kubernetes

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: ghcr.io/dani-garcia/vaultwarden
pullPolicy: IfNotPresent
# tag: "1.32.0-alpine"
# tag: "1.32.1-alpine"

# -- Vaultwarden specific configuration
vaultwarden:
Expand Down

0 comments on commit 7ceca52

Please sign in to comment.