Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b474b commit 8f14a2dCopy full SHA for 8f14a2d
module/kubernetes/vaultwarden.nix
@@ -77,7 +77,7 @@ in
77
}
78
];
79
envFrom = [{ secretRef.name = "vaultwarden-secret"; }];
80
- image = "vaultwarden/server:1.33.0-alpine";
+ image = "vaultwarden/server:1.34.3-alpine";
81
imagePullPolicy = "IfNotPresent";
82
livenessProbe = {
83
failureThreshold = 3;
0 commit comments