Skip to content

Commit 93c4e22

Browse files
committed
Update Trino to 465
1 parent 35cd04e commit 93c4e22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ct install
5151

5252
To run tests with specific values:
5353
```console
54-
ct install --helm-extra-set-args "--set image.tag=464"
54+
ct install --helm-extra-set-args "--set image.tag=465"
5555
```
5656

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

charts/trino/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.33.0
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: "464"
24+
appVersion: "465"
2525

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

charts/trino/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trino
22

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

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

0 commit comments

Comments
 (0)