This yaml is kept in a git repo which we checkout and deploy into our cluster. What I would like to do is to deploy a tag which we get as part of out build process. however since the tag is in a yaml file I cannot change the version dynamically unless I edit the yaml with each deploy which is dirty (E.g using sed).
Hello ISA, have you resolved this issue. If yes, can you please post the resolution steps here.
Image tag is creating using build number of CI pipeline and needs to replace this everytime in deployment file and running the CD pipeline by passing this deployment file into it.