Merge pull request #177 from ChristianLempa/renovate/busybox-1.x

chore(deps): update busybox docker tag to v1.36.1
This commit is contained in:
Christian Lempa 2024-03-18 16:34:37 +01:00 committed by GitHub
commit 72599660ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ deployment:
# The "volume-permissions" init container is required if you run into permission issues. # The "volume-permissions" init container is required if you run into permission issues.
# Related issue: https://github.com/containous/traefik/issues/6972 # Related issue: https://github.com/containous/traefik/issues/6972
- name: volume-permissions - name: volume-permissions
image: busybox:1.31.1 image: busybox:1.36.1
command: ["sh", "-c", "chmod -Rv 600 /ssl-certs/*"] command: ["sh", "-c", "chmod -Rv 600 /ssl-certs/*"]
volumeMounts: volumeMounts:
- name: ssl-certs - name: ssl-certs