-
Notifications
You must be signed in to change notification settings - Fork 683
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
Use networking.k8s.io/v1 for Ingress if possible #641
Conversation
Any idea when will this get merged? cc @mkmik |
I have the same problem for another PR (#635). Anyone reviewing here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is something I also wanted to contribute. :-) Could you use the new Capabilities.KubeVersion
or Capabilities.KubeVersion.Version
? The existing .Capabilities.KubeVersion.GitVersion
is deprecated.
Ref: https://helm.sh/docs/chart_template_guide/builtin_objects/
Fixes bitnami-labs#639 Signed-off-by: Jan Jansen <[email protected]>
62f6b1f
to
388d88b
Compare
Updated |
I'm using this chart and having this released would be really useful. |
@mkmik PTAL? This will be required for running on k8s 1.22 |
We're performed a major refactorization of the chart at #687 today, see:
This new chart version should already tackle this. Could you please give it a try? |
I proceed to close this PR since it's already addressed at #687. Feel free to reopen if you consider this requires further discussion. |
Fixes #639