diff --git a/README.md b/README.md index 609fcffd..5d5cd754 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ the name to get an output similar to the following: ``` NAME CHART VERSION APP VERSION DESCRIPTION -trino/trino 1.36.0 468 Fast distributed SQL query engine for big data ... +trino/trino 1.36.0 470 Fast distributed SQL query engine for big data ... trino/trino-gateway 1.13.2 13 A Helm chart for Trino Gateway ``` @@ -72,7 +72,7 @@ ct install To run tests with specific values: ```console -ct install --helm-extra-set-args "--set image.tag=467" +ct install --helm-extra-set-args "--set image.tag=470" ``` Use the `test.sh` script to run a suite of tests, with different chart values. diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index b3d94308..515fc6d3 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -21,7 +21,7 @@ version: 1.36.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # Same value as in values.yml#image.tag -appVersion: "468" +appVersion: "470" icon: https://trino.io/assets/trino.png diff --git a/charts/trino/README.md b/charts/trino/README.md index 030caf77..164d1444 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -1,6 +1,6 @@ # trino -![Version: 1.36.0](https://img.shields.io/badge/Version-1.36.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 468](https://img.shields.io/badge/AppVersion-468-informational?style=flat-square) +![Version: 1.36.0](https://img.shields.io/badge/Version-1.36.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 470](https://img.shields.io/badge/AppVersion-470-informational?style=flat-square) Fast distributed SQL query engine for big data analytics that helps you explore your data universe