Skip to content

Commit

Permalink
Merge pull request #15 from jmcdice/readme-updates
Browse files Browse the repository at this point in the history
Fixed command examples in README by updating chart to charts
  • Loading branch information
mpermar authored Oct 5, 2023
2 parents e228523 + 1967174 commit 11d42d0
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 11d42d0

Please sign in to comment.