-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphite - deprecated API ingress resource #443
Comments
dabo-devconsole
pushed a commit
to dabo-devconsole/kiwigrid-helm-charts
that referenced
this issue
Feb 1, 2022
- template ingress in all api versions and add ingress class
dabo-devconsole
pushed a commit
to dabo-devconsole/kiwigrid-helm-charts
that referenced
this issue
Feb 3, 2022
- template ingress in all api versions and add ingress class Signed-off-by: Daniel Boggasch <[email protected]>
4 tasks
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: