For Ingresses we now make use networking.k8s.io/v1beta1. These are unavailable since Kubernetes 1.22, which was released 2021-08-19.
Update Charts to use the newer networking.k8s.io/v1 Ingress for:
[x] central-viewer
[x] central-viewer-geoserver
[x] registry-backend
[x] registry-frontend
Inspiration can be taken from the official documentation, or generated Ingress from the Helm CLI for a more 'Helm' way (helm create example; tested with 3.7.0)
For Ingresses we now make use
networking.k8s.io/v1beta1
. These are unavailable since Kubernetes 1.22, which was released 2021-08-19.Update Charts to use the newer
networking.k8s.io/v1
Ingress for:Inspiration can be taken from the official documentation, or generated Ingress from the Helm CLI for a more 'Helm' way (
helm create example
; tested with 3.7.0)