Skip to content

Commit

Permalink
Sync READMEs from main
Browse files Browse the repository at this point in the history
Signed-off-by: GITHUB_ACTOR <[email protected]>
  • Loading branch information
nineinchnick committed Dec 7, 2024
1 parent 3265663 commit 6d3fe24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 0.34.0 465 Fast distributed SQL query engine for big data ...
trino/trino 1.35.0 467 Fast distributed SQL query engine for big data ...
trino/trino-gateway 1.13.0 13 A Helm chart for Trino Gateway
```

Expand All @@ -35,7 +35,7 @@ After configuring your Kubernetes cluster, you can install Trino with the chart
`trino/trino` using:

```console
helm install my-trino trino/trino --version 0.34.0
helm install my-trino trino/trino --version 1.35.0
```

Also, you can check the manifests using:
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=465"
ct install --helm-extra-set-args "--set image.tag=467"
```

Use the `test.sh` script to run a suite of tests, with different chart values.
Expand Down
2 changes: 1 addition & 1 deletion charts/trino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trino

![Version: 0.34.0](https://img.shields.io/badge/Version-0.34.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 465](https://img.shields.io/badge/AppVersion-465-informational?style=flat-square)
![Version: 1.35.0](https://img.shields.io/badge/Version-1.35.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 467](https://img.shields.io/badge/AppVersion-467-informational?style=flat-square)

Fast distributed SQL query engine for big data analytics that helps you explore your data universe

Expand Down

0 comments on commit 6d3fe24

Please sign in to comment.