2 Commits

Author SHA1 Message Date
329687407d chore(deps): update gitea/act_runner docker tag to v0.2.13 2026-01-26 12:03:11 +00:00
23a072ddb6 Upgrade Vaultwarden
All checks were successful
renovate / renovate (push) Successful in 1m59s
2026-01-15 08:37:25 +11:00
2 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ spec:
done
containers:
- name: act-runner
image: "gitea/act_runner:0.2.12"
image: "gitea/act_runner:0.2.13"
imagePullPolicy: IfNotPresent
command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
workingDir: /data
@@ -70,7 +70,7 @@ spec:
- mountPath: /data
name: data-act-runner
- name: dind
image: "docker:29.1.4-dind"
image: "docker:28.3.2-dind"
imagePullPolicy: IfNotPresent
args:
- dockerd

View File

@@ -18,7 +18,8 @@ spec:
serviceAccountName: vaultwarden
containers:
- name: vaultwarden
image: vaultwarden/server:1.34.3
# image: vaultwarden/server:1.34.3
image: vaultwarden/server:1.35.2
env:
- name: ENABLE_DB_WAL
value: "false"