Merge pull request 'chore(deps): pin busybox docker tag to ba76950' (#24) from renovate/pin-dependencies into main

Reviewed-on: #24
This commit is contained in:
Mathis 2024-01-08 08:37:14 +00:00
commit 40b8d01724
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