'How to install docker registry with helm on linod

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source