chore(deps): pin busybox docker tag to ba76950 #24

Merged
Mathis merged 1 commits from renovate/pin-dependencies into main 2024-01-08 08:37:14 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
deployment:
initContainers:
- name: volume-permissions
image: busybox:latest
image: busybox:latest@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8
command: ["sh", "-c", "rm /data/acme.json; 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