You need to ensure that the edge runtime is always updated to the latest version when it is available. You decide to use specific version tags in your deployment manifest.
Does it fit the requirements?
Answer options:
A.Yes
B.No
Answer correct:
Correct Answer: B
Option A is incorrect because for the given scenario, rolling tags should be used. There are two strategies for updating edge runtime modules (edgeAgent and edgeHub) using version tags. Use rolling tags (e.g. 1.0) to update to the latest version and use specific tags (e.g. 1.0.8) to deploy exactly one version.
Option B is CORRECT because using specific tags (like: 1.0.8) will result in deploying the specific module version defined by the tag, i.e. no automatic upgrade to the latest version takes place.
References: