CapitalOne
CI/CD 1 question
- #1Automated GitOps Promotion
You are setting up a GitOps pipeline.
repo-acontains the application source code, andrepo-bcontains the Kubernetes configuration (values.yaml).When code is pushed to
repo-a, the pipeline must:- Build a Docker image tagged with the Short Git SHA.
- Automatically update
repo-bto use this new image tag.