From 196717475883b653a8f0a11330b7464834a98f2b Mon Sep 17 00:00:00 2001 From: Joey McDonald Date: Thu, 5 Oct 2023 13:21:12 -0600 Subject: [PATCH] Fixed command examples in README by updating chart to charts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c254dd..ff35c0c 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ images: `Images.lock` creation relies on the existence of the special images annotation inside `Chart.yaml`. If you have a Helm chart that does not contain any annotations, this command can be used to guess and generate an annotation with a tentative list of images. It's important to note that this list is a **best-effort** as the list of images is obtained from the `values.yaml` file and this is always an unreliable, often incomplete, and error-prone source as the configuration in `values.yaml` is very variable. ```console -$ helm dt chart annotate examples/mariadb +$ helm dt charts annotate examples/mariadb INFO[0000] Helm chart annotated successfully ``` @@ -420,7 +420,7 @@ From `dt` v0.2.0 we have introduced a new command to create a [Carvel bundle](ht ```console -$ helm dt chart carvelize examples/postgresql +$ helm dt charts carvelize examples/postgresql ✔ Helm chart "examples/postgresql" lock is valid » Generating Carvel bundle for Helm chart "examples/postgresql" ✔ Validating Carvel images lock