From fb4af8217d56d6086c1ba40f24c02061a26550ba Mon Sep 17 00:00:00 2001 From: Andrii Dembitskyi Date: Mon, 4 Mar 2024 23:10:41 +0200 Subject: [PATCH] Actualize link to flux in-depth guide Signed-off-by: Andrii Dembitskyi --- docs/gitbook/tutorials/canary-helm-gitops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/tutorials/canary-helm-gitops.md b/docs/gitbook/tutorials/canary-helm-gitops.md index c66ac0610..979955c95 100644 --- a/docs/gitbook/tutorials/canary-helm-gitops.md +++ b/docs/gitbook/tutorials/canary-helm-gitops.md @@ -343,5 +343,5 @@ A canary deployment can fail due to any of the following reasons: * the Istio telemetry service is unable to collect traffic metrics * the metrics server \(Prometheus\) can't be reached -If you want to find out more about managing Helm releases with Flux here are two in-depth guides: [gitops-helm](https://github.com/stefanprodan/gitops-helm) and [gitops-istio](https://github.com/stefanprodan/gitops-istio). +If you want to find out more about managing Helm releases with Flux here are two in-depth guides: [flux2-kustomize-helm-example](https://github.com/fluxcd/flux2-kustomize-helm-example) and [gitops-istio](https://github.com/stefanprodan/gitops-istio).