From 8ea43c615009b8a5f17c6db18fbe10bf44ca0aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Sat, 7 Dec 2024 09:30:31 +0100 Subject: [PATCH] Update version to 1.35.0 --- README.md | 4 ++-- charts/trino/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a730c4c..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 467 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: diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index bf3b70e5..6a202d69 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.34.0 +version: 1.35.0 # 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