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

Update ingress apiVersion in chart #310

Merged
merged 1 commit into from
May 27, 2020
Merged

Conversation

gmaiztegi
Copy link
Contributor

The apiVersion extensions/v1beta1 for ingresses has been removed in Kubernetes 1.16 and the new networking.k8s.io/v1beta1 has to be used now. This conditional keeps compatibility with older Kubernetes versions while using the new apiVersion when available.

The apiVersion `extensions/v1beta1` for ingresses has been removed in Kubernetes 1.16 and the new `networking.k8s.io/v1beta1` has to be used now. This conditional keeps compatibility with older Kubernetes versions while using the new apiVersion when available.
@tvoran tvoran added chart Area: helm chart enhancement New feature or request labels May 22, 2020
@tvoran tvoran added this to the 0.6.0 milestone May 22, 2020
Copy link
Member

@tvoran tvoran left a comment

Choose a reason for hiding this comment

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

Thanks for the patch!

@tvoran tvoran merged commit 6b77840 into hashicorp:master May 27, 2020
radudd pushed a commit to radudd/vault-helm that referenced this pull request Jun 5, 2020
The apiVersion `extensions/v1beta1` for ingresses has been removed in Kubernetes 1.16 and the new `networking.k8s.io/v1beta1` has to be used now. This conditional keeps compatibility with older Kubernetes versions while using the new apiVersion when available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart Area: helm chart enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants