Updating projects for newer Operator SDK versions

    However, to ensure your existing Operator projects maintain compatibility with Operator SDK 1.28.0, update steps are required for the associated breaking changes introduced since 1.25.4. You must perform the update steps manually in any of your Operator projects that were previously created or maintained with 1.25.4.

    The following procedure updates an existing Java-based Operator project for compatibility with 1.28.0.

    • An Operator project created or maintained with Operator SDK 1.25.4

    • Find the pull spec in the following files, and update the image tag to v4.13:

    Additional resources