From b935c80dbd8376b4048187f9645b82e642eeb60a Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Mon, 14 Nov 2022 15:04:16 +0000 Subject: [PATCH] docs: update helm repository --- docs/content/getting-started/install-traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting-started/install-traefik.md b/docs/content/getting-started/install-traefik.md index 9e016e4d3..15aa3733a 100644 --- a/docs/content/getting-started/install-traefik.md +++ b/docs/content/getting-started/install-traefik.md @@ -50,7 +50,7 @@ Ensure that the following requirements are met: Add Traefik's chart repository to Helm: ```bash -helm repo add traefik https://helm.traefik.io/traefik +helm repo add traefik https://traefik.github.io/charts ``` You can update the chart repository by running: