Is your feature request related to a problem ?
We want to support versions of k8s prior to the ones set on flux-check, right now installation fails if the k8s version is lower than 1.30.0.
We know Flux doesn't recommend running EOL versions in production, even if Flux works on them, but it's a recommendation and we think it should be allowed to be skipped by the user of the chart.
Describe the solution you'd like.
Having a value -true by default- setting or unsetting preInstallHooks.
Describe alternatives you've considered.
Creating our own cli image that allows previous k8s versions and modifying our values file to point to it.
Additional context.
No response
Is your feature request related to a problem ?
We want to support versions of k8s prior to the ones set on flux-check, right now installation fails if the k8s version is lower than 1.30.0.
We know Flux doesn't recommend running EOL versions in production, even if Flux works on them, but it's a recommendation and we think it should be allowed to be skipped by the user of the chart.
Describe the solution you'd like.
Having a value -true by default- setting or unsetting preInstallHooks.
Describe alternatives you've considered.
Creating our own cli image that allows previous k8s versions and modifying our values file to point to it.
Additional context.
No response