diff --git a/README.md b/README.md index ae04243e..d60f40e0 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.42.1 477 Fast distributed SQL query engine for big data ... +trino/trino 1.42.2 480 Fast distributed SQL query engine for big data ... trino/trino-gateway 1.18.0 18 A Helm chart for Trino Gateway ``` @@ -35,7 +35,7 @@ After configuring your Kubernetes cluster, you can install Trino with the chart `trino/trino` using: ```console -helm install my-trino trino/trino --version 1.42.1 +helm install my-trino trino/trino --version 1.42.2 ``` Also, you can check the manifests using: @@ -72,7 +72,7 @@ ct install To run tests with specific values: ```console -ct install --helm-extra-set-args "--set image.tag=477" +ct install --helm-extra-set-args "--set image.tag=480" ``` 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 0e75db2f..a51136e0 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.42.1 +version: 1.42.2 # This is the version number of the application being deployed. This version number should be # 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: "479" +appVersion: "480" icon: https://trino.io/assets/trino.png diff --git a/charts/trino/README.md b/charts/trino/README.md index 5e9c8f80..6a5c9eeb 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -1,6 +1,6 @@ # trino -![Version: 1.42.1](https://img.shields.io/badge/Version-1.42.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 479](https://img.shields.io/badge/AppVersion-479-informational?style=flat-square) +![Version: 1.42.2](https://img.shields.io/badge/Version-1.42.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 480](https://img.shields.io/badge/AppVersion-480-informational?style=flat-square) Fast distributed SQL query engine for big data analytics that helps you explore your data universe