Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the name to get an output similar to the following:
```
NAME CHART VERSION APP VERSION DESCRIPTION
trino/trino 1.39.1 475 Fast distributed SQL query engine for big data ...
trino/trino-gateway 1.15.3 15 A Helm chart for Trino Gateway
trino/trino-gateway 1.16.0 16 A Helm chart for Trino Gateway
```

Use `helm search repo trino -l` for information about all available versions.
Expand Down
4 changes: 2 additions & 2 deletions charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: trino-gateway
description: A Helm chart for Trino Gateway
type: application
version: "1.15.3"
appVersion: "15"
version: "1.16.0"
appVersion: "16"

icon: https://trino.io/assets/images/logos/trino-gateway-small.png

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

![Version: 1.15.3](https://img.shields.io/badge/Version-1.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15](https://img.shields.io/badge/AppVersion-15-informational?style=flat-square)
![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16](https://img.shields.io/badge/AppVersion-16-informational?style=flat-square)

A Helm chart for Trino Gateway

Expand Down
Loading