I am trying to understand how continuous delivery of modules would work. I have an image that I versioned 0.0.1, I then modify and add new functionality and want to call it 0.0.2 as it is not applicable to all my fleet.
This is what I do:
- I go in the module.json and step the version .
- I choose ‘build and push’ in the VC context menu
- I verify that the new version is correctly tagged in the repo
- I choose ‘create deployment for single device’ in the VC context menu
- I get:
[Edge] Start deployment to device [edgeVM]
[Edge] Deployment succeeded.
- Still, nothing happens in edgeAgent and the module never gets updated
What steps am I missing?