UffizziCloud / uffizzi_controller

A smart proxy service that handles requests from the Uffizzi API to the Kubernetes API
Apache License 2.0
11 stars 3 forks source link

tagging images during release #122

Open waveywaves opened 5 months ago

waveywaves commented 5 months ago

Currently when we push images for testing for PRs they are tagged as pr- 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.