Skip to content

Commit 3f2597d

Browse files
committed
Update Trino to 476
1 parent 03720c1 commit 3f2597d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 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.39.1 475 Fast distributed SQL query engine for big data ...
28+
trino/trino 1.39.1 476 Fast distributed SQL query engine for big data ...
2929
trino/trino-gateway 1.15.3 15 A Helm chart for Trino Gateway
3030
```
3131

@@ -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=475"
75+
ct install --helm-extra-set-args "--set image.tag=476"
7676
```
7777

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

charts/trino/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 1.39.1
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# Same value as in values.yml#image.tag
24-
appVersion: "475"
24+
appVersion: "476"
2525

2626
icon: https://trino.io/assets/trino.png
2727

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.39.1](https://img.shields.io/badge/Version-1.39.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 475](https://img.shields.io/badge/AppVersion-475-informational?style=flat-square)
3+
![Version: 1.39.1](https://img.shields.io/badge/Version-1.39.1-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)
44

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

0 commit comments

Comments
 (0)