Skip to content
Closed
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 @@ -25,7 +25,7 @@ the name to get an output similar to the following:

```
NAME CHART VERSION APP VERSION DESCRIPTION
trino/trino 1.42.1 477 Fast distributed SQL query engine for big data ...
trino/trino 1.42.1 479 Fast distributed SQL query engine for big data ...
trino/trino-gateway 1.18.0 18 A Helm chart for Trino Gateway
```

Expand Down Expand Up @@ -72,7 +72,7 @@ ct install

To run tests with specific values:
```console
ct install --helm-extra-set-args "--set image.tag=477"
ct install --helm-extra-set-args "--set image.tag=479"
```

Use the `test.sh` script to run a suite of tests, with different chart values.
Expand Down
Loading