I am following the documentation in this page and towards the bottom there is this code
helm install docker-registry stable/docker-registry -f docker-configs.yaml
When i run it, i get this error
WARNING: This chart is deprecated Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1"
Is there an update to this command or is there something that am missing?