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:
2525
2626```
2727NAME 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 ...
2929trino/trino-gateway 1.15.3 15 A Helm chart for Trino Gateway
3030```
3131
@@ -72,7 +72,7 @@ ct install
7272
7373To 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
7878Use 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
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
2626icon : https://trino.io/assets/trino.png
2727
Original file line number Diff line number Diff line change 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
55Fast distributed SQL query engine for big data analytics that helps you explore your data universe
66
You can’t perform that action at this time.
0 commit comments