Explorar el Código

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

renovate[bot] hace 2 años
padre
commit
e904441efa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kubernetes/traefik/values.yml

+ 1 - 1
kubernetes/traefik/values.yml

@@ -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.31.1
+      image: busybox:1.36.1
       command: ["sh", "-c", "chmod -Rv 600 /ssl-certs/*"]
       volumeMounts:
         - name: ssl-certs