Summary
Currently tags present in apps are not used in any yamls that are used for deployment. To pass these tags in gitops values and use them as labels in yamls.
Proposal
Pass the tags in pod, rollout, replicaset, service, ingress, configMap & secret yamls for deployment. Create a new chart for major version 3 & 4 each with updated templates for reading the tags in gitOps committed values and updating them as tags.
Testing Guideline [Optional]
How this feature will need to be tested. What all areas should be covered
AB#183