File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ the name to get an output similar to the following:
25
25
26
26
```
27
27
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 ...
29
29
trino/trino-gateway 1.15.3 15 A Helm chart for Trino Gateway
30
30
```
31
31
@@ -72,7 +72,7 @@ ct install
72
72
73
73
To run tests with specific values:
74
74
``` console
75
- ct install --helm-extra-set-args "--set image.tag=475 "
75
+ ct install --helm-extra-set-args "--set image.tag=476 "
76
76
```
77
77
78
78
Use the ` test.sh ` script to run a suite of tests, with different chart values.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ version: 1.39.1
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# Same value as in values.yml#image.tag
24
- appVersion : " 475 "
24
+ appVersion : " 476 "
25
25
26
26
icon : https://trino.io/assets/trino.png
27
27
Original file line number Diff line number Diff line change 1
1
# trino
2
2
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 )
4
4
5
5
Fast distributed SQL query engine for big data analytics that helps you explore your data universe
6
6
You can’t perform that action at this time.
0 commit comments