chore(deps): update busybox:stable docker digest to 478209e
This commit is contained in:
parent
c6b1764fef
commit
e90d8744b0
|
@ -2,7 +2,7 @@
|
|||
deployment:
|
||||
initContainers:
|
||||
- name: volume-permissions
|
||||
image: busybox:stable@sha256:acdc29f25f9c5d678b264007f6f0ea63f12756dcef1cdb043f3fd2a13ba735c3
|
||||
image: busybox:stable@sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue