Skip to content

Commit

Permalink
chore(deps): update vaultwarden/server docker tag to v1.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent df67a76 commit 46b5d9a
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.30.3-alpine";
image = "vaultwarden/server:1.30.4-alpine";
imagePullPolicy = "IfNotPresent";
livenessProbe = {
failureThreshold = 3;
Expand Down

0 comments on commit 46b5d9a

Please sign in to comment.