From 0ab921f3e7490c5ef4cad7e107220f02cc2807ff Mon Sep 17 00:00:00 2001 From: Georgii Ekserdzhian Date: Thu, 30 Apr 2026 17:32:59 +0200 Subject: [PATCH] syncs readme and Chart.yaml --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae04243e..fe431625 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.1 479 Fast distributed SQL query engine for big data ... trino/trino-gateway 1.18.0 18 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=477" +ct install --helm-extra-set-args "--set image.tag=479" ``` Use the `test.sh` script to run a suite of tests, with different chart values.