-
Story
-
Resolution: Done
-
Major
-
None
-
None
Fix version incrementer on built component images.
In our RPAs we have 2 tags for released images:
- label.version-incrementer
- label.version-timestamp
The incrementer should behave like this: on a first build the tag used is 2.9.3-1 on the second build (essentially a rebuild for the same version) 2.9.3-2...
I have a suspicion, that the incrementer resolver fights with the timestamp tag and thus results in non working incrementing tags.
Fix this behavior so we have the above mentioned flow and can reference previous bundles as needed.