-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently when we push images for testing for PRs they are tagged as pr-<pr-no.> eg: pr-120 where 120 is the number of the PR.
However, we do not tag the image with the required version when releasing or pushing to production. We just push the image with the latest tag and then deploy to production.
Tagging images during release will allow developers to find the images and test them more easily.
Using explicit tags for helm releases are also important for ease of debugging, reproducibility and reducing ambiguity during deployment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request