From 9c8c3ef537e9d2c02fc9fdcc969ec3663d10a569 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 22 Feb 2021 22:30:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8A=20Update=20Helm=20stable=20chart?= =?UTF-8?q?=20and=20add=20deprecation=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/helm-intro.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/slides/k8s/helm-intro.md b/slides/k8s/helm-intro.md index 2db93989..6edd0b62 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 ``` ] @@ -255,6 +255,22 @@ It's OK to add a repo that already exists (it will merely update it). --- +class: extra-details + +## Deprecation warning + +- That "stable" is being deprecated, in favor of a more decentralized approach + + (each community / company / group / project hosting their own repository) + +- We're going to use it here for educational purposes + +- But if you're looking for production-grade charts, look elsewhere! + + (namely, on the Helm Hub) + +--- + ## Search available charts - We can search available charts with `helm search`