Skip to content

[All] Drop support for non current Kuberentes versions #5671

Open
@DrFaust92

Description

@DrFaust92

Is your feature request related to a problem ?

Many charts have a predicate for support very old/non current K8s versions (for example

kubeVersion: ">=1.19.0-0"
)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions