Open
Description
Is your feature request related to a problem ?
Many charts have a predicate for support very old/non current K8s versions (for example
)This introduces a burden of maintaining support for old API versions and actually not being tested as CI runs on a current K8s version.
Describe the solution you'd like.
I propose bumping the K8s version to something current (latest - 3? it aligns with most major cloud providers) and removing the support for old APIs and simplifying templates
Describe alternatives you've considered.
leave as is, making it dead code
Additional context.
No response