Further reading
You can refer to the following references for more information on the topics covered in this chapter:
- What is GitOps?: https://www.gitops.tech
- Dev Leaders Compare Continuous Delivery vs Continuous Deployment vs Continuous Integration: https://stackify.com/continuous-delivery-vs-continuous-deployment-vs-continuous-integration
- Quickstart on using GitHub: https://docs.github.com/en/get-started/quickstart
- GitHub Actions to build container images: https://github.com/docker/build-push-action
- Docker Hub: https://hub.docker.com
- Creating secrets on GitHub Actions: https://docs.github.com/en/actions/security-guides/encrypted-secrets
- Date and time internet standard: https://datatracker.ietf.org/doc/html/rfc3339
- Creating a public Helm chart with GitHub Pages: https://medium.com/@mattiaperi/create-a-public-helm-chart-repository-with-github-pages-49b180dbb417
- Creating a Helm chart repository: https://harness.io/blog/helm-chart-repo
- How...