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

Reviewed-on: #33
This commit is contained in:
Mathis 2024-01-23 09:42:53 +00:00
commit 0fa6fb2534
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
deployment:
initContainers:
- name: volume-permissions
image: busybox:stable
image: busybox:stable@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
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