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
Make kpack controller configurable with a MAXIMUM_PLATFORM_API_VERSION configuration so that when a build pod is generated kpack will select the minimum between the configured value and the max supported version of the lifecycle
example
MAXIMUM_PLATFORM_API_VERSION= 0.8
lifecycle max platform api = 0.9
---> kpack uses 0.8
MAXIMUM_PLATFORM_API_VERSION= 0.8
lifecycle max platform api = 0.7
---> kpack uses 0.7
The text was updated successfully, but these errors were encountered:
Make kpack controller configurable with a MAXIMUM_PLATFORM_API_VERSION configuration so that when a build pod is generated kpack will select the minimum between the configured value and the max supported version of the lifecycle
example
The text was updated successfully, but these errors were encountered: