* [stable/hackmd] Fix API path of Ingress
There is no Ingress in apps/v1.
* 1.14 added support for Ingress in networking.k8s.io/v1beta1
* 1.20 will drop support for Ingress in extensions/v1beta1
So this chart will only work with Kubernetes 1.14+.
If this is not acceptable we need to go back extensions/v1beta1 for now.
Signed-off-by: Max Rosin <git@hackrid.de>
* [stable/hackmd] Make ingress ApiVersion dependent of the Kubernetes version
Signed-off-by: Max Rosin <git@hackrid.de>