chore(deps): update busybox docker tag to v1.37.0

This commit is contained in:
renovate[bot] 2024-10-02 01:40:18 +00:00 committed by GitHub
parent 489b711830
commit a7db7271b0
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.
# Related issue: https://github.com/containous/traefik/issues/6972
- name: volume-permissions
image: busybox:1.36.1
image: busybox:1.37.0
command: ["sh", "-c", "chmod -Rv 600 /ssl-certs/*"]
volumeMounts:
- name: ssl-certs