From 46f2b59b8f2e637e148f89541ec154e996912977 Mon Sep 17 00:00:00 2001 From: Abelardo Palma Date: Wed, 29 Oct 2025 14:18:57 +0100 Subject: [PATCH] Correct filename case from 'chart.yaml' to 'Chart.yaml' The filename in the repository is "Chart.yaml" at openshift-gitops-workshop/content/modules/ROOT/pages/04-helm.adoc --- content/modules/ROOT/pages/04-helm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/modules/ROOT/pages/04-helm.adoc b/content/modules/ROOT/pages/04-helm.adoc index 5aa82a3..d496499 100644 --- a/content/modules/ROOT/pages/04-helm.adoc +++ b/content/modules/ROOT/pages/04-helm.adoc @@ -71,7 +71,7 @@ as a directory called templates. Let's have a look at these in more detail. [.console-input] [source,bash,subs="attributes+,+macros"] ---- -cat ./chart.yaml +cat ./Chart.yaml ---- .link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-helm-chart/Chart.yaml[Chart.yaml,window='_blank']