File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ct install
51
51
52
52
To run tests with specific values:
53
53
``` console
54
- ct install --helm-extra-set-args "--set image.tag=464 "
54
+ ct install --helm-extra-set-args "--set image.tag=465 "
55
55
```
56
56
57
57
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: 0.33.0
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 : " 464 "
24
+ appVersion : " 465 "
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: 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 )
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