chore(deps): pin busybox docker tag to ba76950

This commit is contained in:
Renovate Bot 2024-01-06 01:00:18 +00:00
parent 6a2be56f2a
commit a53c3e27a0
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