Skip to content

Commit 132c60c

Browse files
committed
Sync READMEs from main
Signed-off-by: GITHUB_ACTOR <[email protected]>
1 parent e667d8f commit 132c60c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the name to get an output similar to the following:
2525

2626
```
2727
NAME CHART VERSION APP VERSION DESCRIPTION
28-
trino/trino 1.40.0 476 Fast distributed SQL query engine for big data ...
28+
trino/trino 1.41.0 477 Fast distributed SQL query engine for big data ...
2929
trino/trino-gateway 1.16.0 16 A Helm chart for Trino Gateway
3030
```
3131

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

3737
```console
38-
helm install my-trino trino/trino --version 1.40.0
38+
helm install my-trino trino/trino --version 1.41.0
3939
```
4040

4141
Also, you can check the manifests using:
@@ -72,7 +72,7 @@ ct install
7272

7373
To run tests with specific values:
7474
```console
75-
ct install --helm-extra-set-args "--set image.tag=476"
75+
ct install --helm-extra-set-args "--set image.tag=477"
7676
```
7777

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

charts/trino/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trino
22

3-
![Version: 1.40.0](https://img.shields.io/badge/Version-1.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 476](https://img.shields.io/badge/AppVersion-476-informational?style=flat-square)
3+
![Version: 1.41.0](https://img.shields.io/badge/Version-1.41.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 477](https://img.shields.io/badge/AppVersion-477-informational?style=flat-square)
44

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

0 commit comments

Comments
 (0)