Commit 83004c2 1 parent df33151 commit 83004c2 Copy full SHA for 83004c2
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can then run `helm search repo trino` to see the charts.
22
22
Then you can install chart using:
23
23
24
24
``` console
25
- helm install my-trino trino/trino --version 0.31 .0
25
+ helm install my-trino trino/trino --version 0.32 .0
26
26
```
27
27
28
28
Also, you can check the manifests using:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.31 .0
18
+ version : 0.32 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
1
# trino
2
2
3
- ![ Version: 0.31 .0] ( https://img.shields.io/badge/Version-0.31 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 461] ( https://img.shields.io/badge/AppVersion-461-informational?style=flat-square )
3
+ ![ Version: 0.32 .0] ( https://img.shields.io/badge/Version-0.32 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 461] ( https://img.shields.io/badge/AppVersion-461-informational?style=flat-square )
4
4
5
5
Fast distributed SQL query engine for big data analytics that helps you explore your data universe
6
6
You can’t perform that action at this time.
0 commit comments