What is the behavior of spec.version when not specified? There are multiple possibilities, some of which are listed here:
- Not valid;
spec.version must be specified.
spec.version is optional, when not specified, nothing happens.
- A non-specified
spec.version means "latest", such that it can be used to upgrade to the latest version of an operator when it becomes available.
- A non-specified
spec.version means "any", such that when initially created, it will refer to any available version (for example, "latest"). On subsequent updates, a non-specified spec.version will match the currently installed version, so no updates occur.
What is the behavior of
spec.versionwhen not specified? There are multiple possibilities, some of which are listed here:spec.versionmust be specified.spec.versionis optional, when not specified, nothing happens.spec.versionmeans "latest", such that it can be used to upgrade to the latest version of an operator when it becomes available.spec.versionmeans "any", such that when initially created, it will refer to any available version (for example, "latest"). On subsequent updates, a non-specifiedspec.versionwill match the currently installed version, so no updates occur.