Skip to content
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

conf: default ingress api version #278

Closed

Conversation

adriantr
Copy link

what

Changing the default api version of ingress in case helm cannot determine correct one

why

extesions/v1beta1 has been deprecated for a long time

tests

no need

references

closes #276

@adriantr adriantr requested a review from a team as a code owner March 31, 2023 18:00
@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $apiVersion := "extensions/v1beta1" -}}
{{- $apiVersion := "networking.k8s.io/v1" -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this already checked for on line 6?

@felipegfalcao
Copy link
Contributor

felipegfalcao commented Apr 11, 2023

Hi @adriantr @GenPage what do you think of this PR: #280

@adriantr
Copy link
Author

@felipegfalcao I guess it's not really an issue - both approaches will work including the existing one. I'm closing this one.

@adriantr adriantr closed this Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extensions/v1beta1 has been deprecated since 1.16
4 participants