From 3d98d56bf895a1ab448da4320c80355bccd3b518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 8 Oct 2025 08:33:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Fix=20a=20couple=20of=20Helm=20U?= =?UTF-8?q?RLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/helm-create-basic-chart.md | 6 ++++-- slides/k8s/helm-intro.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/slides/k8s/helm-create-basic-chart.md b/slides/k8s/helm-create-basic-chart.md index e3ae939b..3a3d8205 100644 --- a/slides/k8s/helm-create-basic-chart.md +++ b/slides/k8s/helm-create-basic-chart.md @@ -171,10 +171,12 @@ Note: it might take a minute or two for the worker to start. - save successive revisions, allowing us to rollback -[Helm docs](https://helm.sh/docs/topics/chart_best_practices/labels/) -and [Kubernetes docs](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) +[Helm docs][helm-labels] and [Kubernetes docs][k8s-labels] have details about recommended annotations and labels. +[helm-labels]: https://helm.sh/docs/chart_best_practices/labels/ +[k8s-labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ + --- ## Cleaning up diff --git a/slides/k8s/helm-intro.md b/slides/k8s/helm-intro.md index 9829f5f2..305142e1 100644 --- a/slides/k8s/helm-intro.md +++ b/slides/k8s/helm-intro.md @@ -270,7 +270,7 @@ class: extra-details ] -Then go to → https://artifacthub.io/packages/helm/seccurecodebox/juice-shop +Then go to → https://artifacthub.io/packages/helm/securecodebox/juice-shop ---