From 87b0b3793ff1e1d5af0c0d842e1c002b97496e5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Oct 2025 04:19:18 +0000 Subject: [PATCH] chore(deps): update ghcr.io/dani-garcia/vaultwarden docker tag to v1.34.3 --- apps/vaultwarden/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vaultwarden/deployment.yaml b/apps/vaultwarden/deployment.yaml index e52d567f4..4b41ae3c2 100644 --- a/apps/vaultwarden/deployment.yaml +++ b/apps/vaultwarden/deployment.yaml @@ -29,7 +29,7 @@ spec: type: "RuntimeDefault" containers: - name: "vaultwarden" - image: "ghcr.io/dani-garcia/vaultwarden:1.33.2-alpine" + image: "ghcr.io/dani-garcia/vaultwarden:1.34.3-alpine" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 44413