From d86d82d2d4c0dcbfb68a63991ccfaaa769e7be3f Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Mon, 14 Nov 2022 14:37:59 +0100 Subject: [PATCH] helm: go generate --- cli/internal/helm/charts/cilium/README.md | 2 +- cli/internal/helm/charts/cilium/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/internal/helm/charts/cilium/README.md b/cli/internal/helm/charts/cilium/README.md index 153bff0ec..49cfe3056 100644 --- a/cli/internal/helm/charts/cilium/README.md +++ b/cli/internal/helm/charts/cilium/README.md @@ -37,7 +37,7 @@ $ helm install cilium cilium/cilium --namespace=kube-system ``` After Cilium is installed, you can explore the features that Cilium has to -offer from the [Getting Started Guides page](https://docs.cilium.io/en/stable/gettingstarted/). +offer from the [Getting Started Guides page](https://docs.cilium.io/en/latest/gettingstarted/). ## Source Code diff --git a/cli/internal/helm/charts/cilium/README.md.gotmpl b/cli/internal/helm/charts/cilium/README.md.gotmpl index 225a0f819..1e777a251 100644 --- a/cli/internal/helm/charts/cilium/README.md.gotmpl +++ b/cli/internal/helm/charts/cilium/README.md.gotmpl @@ -39,7 +39,7 @@ $ helm install cilium cilium/cilium --namespace=kube-system ``` After Cilium is installed, you can explore the features that Cilium has to -offer from the [Getting Started Guides page](https://docs.cilium.io/en/stable/gettingstarted/). +offer from the [Getting Started Guides page](https://docs.cilium.io/en/latest/gettingstarted/). {{ template "chart.maintainersSection" . }}