We need variables for deployment IDs, Image names, and image tags. These will help us associate bugs with specific tag or deployment. Can you add them please?
My suggestion are: QOVERY_CONTAINER_xxx_IMAGE QOVERY_CONTAINER_xxx_TAG QOVERY_CONTAINER_xxx_DEPLOYMENT_ID
can you give more details on why you need this information as environment variable and why it is not enough to have it available via the API/Console or in Kubernetes?
As I mentioned, we will use these variables to associate bugs with specific tag or deployment. Many bugtracking tools like rollbar require this info.
I didn’t find a way to pass this info to the app as environment variable. I do want to avoid the extra step of manually updating environment variables with every deployment. I don’t think that is the proper way of handling this scenario. Hence, I am asking for these new variables.
You have now the QOVERY_CONTAINER_XXX_TAG for each container.
You can use the QOVERY_DEPLOYMENT_ID variable that will inject the deployment id into the services deployed