...
- RC0 has passed and the project has a release container A.B.1 in the nexus3 repo.
- A Jira of high/highest is opened so a new container will be required
- Project builds a A.B.2-STAGING-latest or equivalent STAGING/SNAPSHOT version
- docker-manifest-staging.csv would be updated for this version
- Integration with project tests the new container using docker-manifest-staging.csv and integration-override.yaml to use the A.B.2-STAGING-latest image
- If the new contaeiner container fails testing:
- the project can rebuild using the same tag A.B.2-STAGING-latest
- this repeats until the container passes
- Once the container passes tests:
- The project will release the container as A.B.2
- oom values.yaml image tag will be updated from A.B.1 to A.B.2 after the new container is available in nexus3
...