Level 2 is about making upgrade as easy as possible for the user. You should support seamless upgrades of both your operator and operand
Use our provided patch for adding the code to implement application version update support:
$ git add internal/controller/recipe_controller.go
$ patch --strip=1 < ${WORKSHOP_REPO}/workshop/level_2/patches/0001-application-version-update.patch
$ git diff internal/controller/recipe_controller.go$ make run$ oc apply -f config/samples/devconfcz_v1alpha1_recipe.yaml