Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle non-resizable storage classes for build cache #2661

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Commits on Jul 5, 2023

  1. handle non-resizable storage classes for build cache

    - We now set build cache size on kpack Images, but if we already have an
      Image, and we try to change the size setting and repush the app, the
      operation will fail if the storage class doesn't support resize. This
      change checks the storage class and deletes the image if resizing
      isn't supported.
    
      #2634
    
    Co-authored-by: Julian Hjortshoj <[email protected]>
    davewalter and julian-hj committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a5648ac View commit details
    Browse the repository at this point in the history