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 8ea43c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit 8ea43c6

Please sign in to comment.