ChristofferNissen / helmper

Import Helm Charts to OCI registries, optionally with vulnerability patching
https://christoffernissen.github.io/helmper/
Apache License 2.0
140 stars 5 forks source link

[feat] Semver version range support for Kubernetes Version #96

Open ChristofferNissen opened 1 month ago

ChristofferNissen commented 1 month ago

If an image is using the Kubernetes version to determine its tag, we need to enable users to import all images relevant between fx v.1.27.0 to v1.30.0.

- k8s_version: "1.27.7"
+ k8s_version: ">1.27.0 <1.30.0"

This feature will enable users to ensure that they can upgrade clusters without PullBackErrors