Open dabo-devconsole opened 2 years ago
Is this a request for help?: I created a fix and will create a PR.
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: graphite 0.7.2
What happened: The ingress resource is defined with the deprecated API version (networking.k8s.io/v1beta1). This API version is deprecated in K8s >= 1.22 -> https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122
What you expected to happen: Define Ingress resource with appropiate API version (networking.k8s.io/v1 for k8s >= 1.22).
How to reproduce it (as minimally and precisely as possible): template Chart with Values.ingress.enabled true
Anything else we need to know:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
not stale
Is this a request for help?: I created a fix and will create a PR.
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: graphite 0.7.2
What happened: The ingress resource is defined with the deprecated API version (networking.k8s.io/v1beta1). This API version is deprecated in K8s >= 1.22 -> https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122
What you expected to happen: Define Ingress resource with appropiate API version (networking.k8s.io/v1 for k8s >= 1.22).
How to reproduce it (as minimally and precisely as possible): template Chart with Values.ingress.enabled true
Anything else we need to know: