It's time to automate everything! Let's create a git repository for our infrastructure and change our application's CI to automatically patch the Kubernetes manifest files in the infrastructure repository whenever a new image is built.
Relevant links:
Github action to build and publish the docker images: https://github.com/elgohr/Publish-Doc...
Post with instructions on how to commit to your repository from scripts: https://www.appveyor.com/docs/how-to/...
Kustomize installation steps: https://kubernetes-sigs.github.io/kus...
Github Actions documentation about secrets: https://docs.github.com/en/actions/co...