Skip to content

Commit

Permalink
Update version to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Dec 7, 2024
1 parent 592557e commit 4940b49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 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
```

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 0.34.0
helm install my-trino trino/trino --version 1.35.0
```

Also, you can check the manifests using:
Expand Down
2 changes: 1 addition & 1 deletion charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 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: 467](https://img.shields.io/badge/AppVersion-467-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

Expand Down

0 comments on commit 4940b49

Please sign in to comment.