1.1.1 (2021-05-02)
- 
Add init container to set file permissions to 600 on the /etc/traefik/certs files. If the file permissions are too open, e.g. 660 (-rw-rw----) then Traefik will skip 
 the certificate resolver during startup and the default Traefik certificate will be
 returned for requests. This causes insecure/untrusted certificate errors in browsers
 and services. The permissions for the acme.json file need to be 600.
- 
Add MIT LICENSE file to repository