1 Commits

Author SHA1 Message Date
44c013bafd Update busybox Docker tag to v1.38.0 2026-06-10 12:23:04 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ spec:
spec:
initContainers:
- name: init-gitea
image: "busybox:1.37.0"
image: "busybox:1.38.0"
command:
- sh
- -c
@@ -70,7 +70,7 @@ spec:
- mountPath: /data
name: data-act-runner
- name: dind
image: "docker:29.7.0-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.37.0
# image: vaultwarden/server:1.34.3
image: vaultwarden/server:1.36.0
env:
- name: ENABLE_DB_WAL
value: "false"