Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed command examples in README by updating chart to charts #15

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down