* Update to caddy v2.0.0
* Fixes from #24
* Update rbac api and move ingresses from extensions api to networking
* Fix matchers
* Allow default backend
* Use caddyconfig.JSON
* Fix issuer
* Use empty image for docker
* Build Go binary inside Docker
You can (and should) use Docker to build Go programs. With this updated `Dockerfile` you can build the binary with one simple command `docker build -t your-image-name:tag .`, then push it to your favorite registry and use it in the Helm chart.
* Update Dockerfile from origin