The goal of this PR is control over the init process of a given stack. ATM this is hardcoded to init -upgrade which force updates all provioders within their smeVer ranges if one does not use fixed versions.
More background in the docs ;-)
add new flag upgradeOnInit to API
generate CRDs
add documentation
PS: If the PR is approved, squash merge would be best strategy as the history contains an unnecessary step as well.
The goal of this PR is control over the
init
process of a given stack. ATM this is hardcoded toinit -upgrade
which force updates all provioders within their smeVer ranges if one does not use fixed versions.More background in the docs ;-)
upgradeOnInit
to APIPS: If the PR is approved, squash merge would be best strategy as the history contains an unnecessary step as well.