I have a GitHub repo A which contains the code to deploy. And also have a gitbun repo B, which contains the chart. I made a GitHub Action in repo A, so when I commit, docker build my image and put it to ECR. Repo B is interlocked with ArgoCD, so its chart can be deployed to EKS Cluster.
When I build the image using docker, I set the corresponding git log as a tag. I want to put this tag in values.yaml
in repo B so chart can be deployed automatically.