-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show container version for each argocd Application #21662
Comments
@perpective2410 can i work on this issue ? |
Yes please. What are your thoughts? |
i guess we can proceed like this , Modify the Helm values.yaml or Deployment YAML to expose the image.tag as an environment variable inside the application. and then we can modify our frontend code to read IMAGE_TAG from the environment variables. Expected Outcomes Does this makes sense ? @perpective2410 |
That could work for me, but why not taking containers.image directly instead of introducing a new env? that way it would work for existing deployment, for everyone |
yeah we could also use what you specified {{ .values.image.tag }}
|
Could you please advise where you are planning to display this information? Also, a pod can have multiple containers (with different image name and tag) |
but i wanna ask that we will be changin the frontend in this ? so at the end we have to pass that thing to frontend right |
@perpective2410 as i am total beginner in contribution and have not explored the tool much so wanna ask some questions regarding it so wanna ask does this UI has any admin dashbaord type of thing or not |
Hello,
We would like to be able to display in the ArgoCD UI the image.tag located in values-app.yaml
We are deploying our stack with an applicationSet based on a git generator and a folder structure.
We could maybe display this image tag as a label? Any idea how we could achieve this? I know we could use the CLI, but its an information that we want for non-tech people in our company.
values-app.yaml
ApplicationSet
The text was updated successfully, but these errors were encountered: