twuni/docker-registry.helm

upgrade networking.k8s.io/v1beta1 to networking.k8s.io/v1

softlion opened this issue · 4 comments

Message when installing:

networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress

k8s version: 1.21

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1"

k8s version: 1.22.1

k8s 1.22 drops extensions/v1beta1 for ingress so this wont work out of the box anymore with it.

muka commented

PR #27 would make the helm ingress usable again in 1.22

Fixed in v2.0.0.

Because the changeset breaks compatibility with older Kubernetes versions, SemVer-wise I figure it's technically a major version increment.