Azure GitOps Workflow with Helm Integration
Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources.
Azure CI: Automated Helm Format Validation Script
- A Bash script is a plain text file which contains a series of commands.
- yq | a lightweight and portable command-line YAML processor.
Azure CD: Deployment Using Azure Agent and Tasks
Continuous delivery (CD) is the process of building, testing, and deploying code to one or more test or production environments.