octopilot
--repo "${ORG_NAME}/flux-vcluster-example"
--update "yq(file=vcluster-template/**/release.yaml,expression='.spec.chart.spec.version=strenv(VERSION)')"
--git-branch-prefix "octopilot-update-${APP_NAME}-"
--git-commit-title 'chore(deps): update my-app to {{ env "VERSION" }}'
--git-commit-body "asdf"
--pr-labels "update-${APP_NAME}"
--pr-title "Update ${APP_NAME} to ${VERSION}"
--pr-title-update-operation "replace"
--pr-body "foo bar"
--pr-body-update-operation "prepend" --pr-base-branch "main"
--strategy "append"