From 6d3fe24499d2a1dd8c58fbd337894a97e24735b5 Mon Sep 17 00:00:00 2001 From: GITHUB_ACTOR Date: Sat, 7 Dec 2024 16:58:22 +0000 Subject: [PATCH] Sync READMEs from main Signed-off-by: GITHUB_ACTOR --- README.md | 6 +++--- charts/trino/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a02033a..4253e00b 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 0.34.0 465 Fast distributed SQL query engine for big data ... +trino/trino 1.35.0 467 Fast distributed SQL query engine for big data ... trino/trino-gateway 1.13.0 13 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 0.34.0 +helm install my-trino trino/trino --version 1.35.0 ``` 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=465" +ct install --helm-extra-set-args "--set image.tag=467" ``` Use the `test.sh` script to run a suite of tests, with different chart values. diff --git a/charts/trino/README.md b/charts/trino/README.md index e4cf88ec..6806a01f 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -1,6 +1,6 @@ # trino -![Version: 0.34.0](https://img.shields.io/badge/Version-0.34.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) +![Version: 1.35.0](https://img.shields.io/badge/Version-1.35.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 467](https://img.shields.io/badge/AppVersion-467-informational?style=flat-square) Fast distributed SQL query engine for big data analytics that helps you explore your data universe