[feat] Semver version range support for Kubernetes Version
ChristofferNissen opened this issue · 0 comments
ChristofferNissen commented
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