bedrock/gitops/azure-devops
Andrew Doing ce52a2e29f
Change build.sh script to point to Helm 2 compatible version of Fabrikate (#1451)
* Change get_fab_version functionality to find the latest version of the supplied Major version.

* Add v prefix to fabrikate major version

* Remove v from major version
2020-11-02 13:22:07 -08:00
..
images Add documentation on creating a Service Connection (#528) 2019-08-01 09:29:38 -07:00
unit_test [Low Priority] Add Linting for Shell Scripts to CI (#453) 2019-06-04 12:44:34 -07:00
ADORepos.md Typo (#461) 2019-06-10 12:10:42 -07:00
GitHubRepos.md Updating links (#306) 2019-04-08 15:45:02 -07:00
ImageTagRelease.md Docs for promoting to different environments (#798) 2019-11-18 22:12:06 -08:00
ManifestGeneration.md Update ManifestGeneration.md 2019-07-19 08:35:29 -07:00
MultipleServices.md Adding information on orchestrating multiple services (#469) 2019-07-09 09:43:41 -07:00
README.md Adding information on orchestrating multiple services (#469) 2019-07-09 09:43:41 -07:00
build.sh Change build.sh script to point to Helm 2 compatible version of Fabrikate (#1451) 2020-11-02 13:22:07 -08:00
release.sh Terminate script if fab set commands fails (#559) 2019-10-01 12:18:24 -07:00

README.md

GitOps CI/CD with Azure Devops

This section provides examples of how to configure Azure Devops to be your CI/CD orchestrator for your GitOps Workflow. If you haven't already please learn about how we design GitOps pipelines.

Examples (in order):

  1. Manifest Generation Pipeline
  2. Image Tag Release Pipeline
  3. Orchestrating Multiple Services