* feat(annotations): Add annotations to rewrite requests
* Upgrade caddy, ingress API version and some other deps
* fix graceful shutdown
* Upgrade caddy to v2.4.6 and add OCSP Check interval to global config
* Add caddy duration parser
* remove test data
* Create helm chart using the suggested structure from helm3
* Fix minor naming consistency in Dockerfile
* Move skaffold to use helm chart
* improve skaffold configuration
* Update chart name to use the naming convenction
* update sample path
* Update contribution guideline
* Add helm chart validation rules
* Add chart home since is a required field
* Add linting action for helm charts
* Add fixes to chart definition
* fix timeout duration
* Update kind cluster
* test CI with minikube
* Add MetalLB to test load balancer feature
* Publish chart when merged on master
* test publishing chart with fake tag
* move charts dir
* finalize charts publishing CI
* reformat skaffold
* 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