Skip to content

Commit 16dfa85

Browse files
akuitybotjessesuen
andauthored
chore(backport release-1.3): docs: update docs to use official kargo-helm example repo (#3567)
Co-authored-by: Jesse Suen <[email protected]>
1 parent f645f54 commit 16dfa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/50-user-guide/40-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ inspiration for your own pipelines.
1919
| Name | Description |
2020
|------|-------------|
2121
| [kargo-simple](https://github.com/akuity/kargo-simple) | A simple, 3-stage pipeline with environments configured by Kustomize. Images are updated to kustomize overlays using the [Image Updater](30-patterns/index.md#image-updater) pattern. |
22-
| [kargo-helm](https://github.com/jessesuen/kargo-helm) | Helm example that updates images to environment specific values.yaml. Demonstrates the ability to promote feature flags using file copies to different environment directories. Utilizes the [Multiple Warehouses](30-patterns/index.md#multiple-warehouses) pattern to monitor both a container image repository as well as updates to files in git (feature flags), and the ability to promote image updates independently from features. |
22+
| [kargo-helm](https://github.com/akuity/kargo-helm) | Helm example that updates images to environment specific values.yaml. Demonstrates the ability to promote feature flags using file copies to different environment directories. Utilizes the [Multiple Warehouses](30-patterns/index.md#multiple-warehouses) pattern to monitor both a container image repository as well as updates to files in git (feature flags), and the ability to promote image updates independently from features. |
2323
| [kargo-microservices](https://github.com/jessesuen/kargo-microservices) | Example which shows a Warehouse that monitors multiple microservices such that the corresponding Freight can be promoted as a single unit. Demonstrates the [Grouped Services](30-patterns/index.md#grouped-services) pattern with a single Warehouse monitoring multiple image repositories. |
2424
| [kargo-advanced](https://github.com/akuity/kargo-advanced) | An advanced example with a complex pipeline with A/B testing stages and multiple prod regions. Showcases [Verification](20-how-to-guides/60-verification.md) testing using [AnalysisTemplates](60-reference-docs/50-analysis-templates.md). Demonstrates: [Common Case](30-patterns/index.md#common-case), [Control Flow Stages](30-patterns/index.md#control-flow-stages), [Rendered Configs](30-patterns/index.md#rendered-configs) patterns. |

0 commit comments

Comments
 (0)