chore(deps): update busybox:latest docker digest to 3d3698b

This commit is contained in:
Renovate Bot 2024-01-20 01:00:19 +00:00
parent e8406872ee
commit 3349daa489
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
deployment:
initContainers:
- name: volume-permissions
image: busybox:latest@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8
image: busybox:latest@sha256:3d3698b745b0c67ddf2c515650b42955b0bcd123c92060008aae4f4aac1c77b3
command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"]
securityContext:
runAsNonRoot: false