From 2e3dc760abce4c9d95bf082b006f6e5c8fb18ea6 Mon Sep 17 00:00:00 2001 From: Kait Browne Date: Wed, 22 Dec 2021 18:09:07 -0500 Subject: [PATCH] Update helm-intro.md helm stable repo has moved. see helm blog for details https://helm.sh/blog/new-location-stable-incubator-charts/ --- slides/k8s/helm-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/helm-intro.md b/slides/k8s/helm-intro.md index 2db93989..a49b48d2 100644 --- a/slides/k8s/helm-intro.md +++ b/slides/k8s/helm-intro.md @@ -244,7 +244,7 @@ fine for personal and development clusters.) - Add the `stable` repo: ```bash - helm repo add stable https://kubernetes-charts.storage.googleapis.com/ + helm repo add stable https://charts.helm.sh/stable ``` ]