You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(preflight): sanitize kubernetes version for image name preflight check (#1198)
kubernetes version can include extraneous values other than
major.minor.patch. e.g. "1.33.1+fips.0".
While our image builder conventions include kubernetes major, minor, and
patch versions in the image name, they don't include extraneous info as
part of kubernetes version. To ensure our check only matches the right
parts of the image name, we sanitize the kubernetes version before doing
a substring match.
0 commit comments