Details
Description
when the deployment policy is set to "Disable redeploy" the latest tag for a docker image can't be updated.
To reproduce:
- Ensure disable redeploy is on
- build and push docker image with the latest tag
- edit the dockerfile
- build and push docker image with the latest tag
The latest tag is used for testing/development in our ci/cd pipeline while versioned tags are used in prod.
Would it be possible to allow the latest tag to redeploy while disabling the redeployment of all other tags?
Attachments
Issue Links
- is related to
-
NEXUS-23094 Helm Repository Allow Redeploying latest tag
-
- Closed
-
- relates
-
NEXUS-25626 Docker redeploy on the latest tag fails when more than one tag exists for the image
-
- Closed
-