Skip to content

Commit 67a298a

Browse files
committed
Release Trino chart 1.36 with Trino 468
1 parent 7c0c73e commit 67a298a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the name to get an output similar to the following:
2525

2626
```
2727
NAME CHART VERSION APP VERSION DESCRIPTION
28-
trino/trino 1.35.0 467 Fast distributed SQL query engine for big data ...
28+
trino/trino 1.36.0 468 Fast distributed SQL query engine for big data ...
2929
trino/trino-gateway 1.13.1 13 A Helm chart for Trino Gateway
3030
```
3131

@@ -35,7 +35,7 @@ After configuring your Kubernetes cluster, you can install Trino with the chart
3535
`trino/trino` using:
3636

3737
```console
38-
helm install my-trino trino/trino --version 1.35.0
38+
helm install my-trino trino/trino --version 1.36.0
3939
```
4040

4141
Also, you can check the manifests using:

charts/trino/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.35.0
18+
version: 1.36.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# Same value as in values.yml#image.tag
24-
appVersion: "467"
24+
appVersion: "468"
2525

2626
icon: https://trino.io/assets/trino.png
2727

charts/trino/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trino
22

3-
![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)
3+
![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)
44

55
Fast distributed SQL query engine for big data analytics that helps you explore your data universe
66

0 commit comments

Comments
 (0)