Skip to content

Commit

Permalink
chore(deps): update vaultwarden/server docker tag to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent f9ae78d commit 35fd1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/kubernetes/vaultwarden.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ in
}
];
envFrom = [{ secretRef.name = "vaultwarden-secret"; }];
image = "vaultwarden/server:1.31.0-alpine";
image = "vaultwarden/server:1.32.0-alpine";
imagePullPolicy = "IfNotPresent";
livenessProbe = {
failureThreshold = 3;
Expand Down

0 comments on commit 35fd1f4

Please sign in to comment.