Skip to content

Commit

Permalink
chore(deps): update vaultwarden/server docker tag to v1.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 726c864 commit a5aa70e
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.32.2-alpine";
image = "vaultwarden/server:1.32.3-alpine";
imagePullPolicy = "IfNotPresent";
livenessProbe = {
failureThreshold = 3;
Expand Down

0 comments on commit a5aa70e

Please sign in to comment.