Skip to content

Commit

Permalink
Release Trino chart 1.36 with Trino 468
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Jan 14, 2025
1 parent 7c0c73e commit 67a298a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the name to get an output similar to the following:

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

Expand All @@ -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.35.0
helm install my-trino trino/trino --version 1.36.0
```

Also, you can check the manifests using:
Expand Down
4 changes: 2 additions & 2 deletions charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.35.0
version: 1.36.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
# follow Semantic Versioning. They should reflect the version the application is using.
# Same value as in values.yml#image.tag
appVersion: "467"
appVersion: "468"

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

Expand Down
2 changes: 1 addition & 1 deletion charts/trino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trino

![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)
![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)

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

Expand Down

0 comments on commit 67a298a

Please sign in to comment.