kiwigrid / helm-charts

Helm charts for Kubernetes curated by Kiwigrid
https://kiwigrid.github.io
MIT License
184 stars 210 forks source link

[error-pages] Deprecated networking API #454

Closed HeinrichL93 closed 1 year ago

HeinrichL93 commented 2 years ago

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Version of Helm and Kubernetes: helm: 3.7.2 K8s: 1.22

Which chart in which version: error-pages 0.1.2

What happened: The ingress networking resource is defined with the deprecated API version networking.k8s.io/v1beta1. This API version is deprecated in kubernetes v1.22

What you expected to happen: Change ingress networking resource with appropriate API version networking.k8s.io/v1 for kubernetes v1.22

How to reproduce it (as minimally and precisely as possible): template Chart with Values.ingress.enabled true

Anything else we need to know: