Skip to content

Commit 4d9bf52

Browse files
authored
chore: Bump to Trino 481 (#412)
1 parent fed3837 commit 4d9bf52

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/modules/demos/pages/trino-iceberg.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn
7676

7777
[source,console]
7878
----
79-
$ trino-cli-479 --user admin --insecure --password --server https://172.18.0.2:30856
79+
$ trino-cli-* --user admin --insecure --password --server https://172.18.0.2:30856
8080
----
8181

8282
Make sure to replace the server endpoint with the endpoint listed in the `stackablectl stacklet list` output.

stacks/airflow/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "479"
8+
productVersion: "481"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

stacks/data-lakehouse-iceberg-trino-spark/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ metadata:
5555
name: trino
5656
spec:
5757
image:
58-
productVersion: "479"
58+
productVersion: "481"
5959
clusterConfig:
6060
catalogLabelSelector:
6161
matchLabels:

stacks/end-to-end-security/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ metadata:
5757
name: trino
5858
spec:
5959
image:
60-
productVersion: "479"
60+
productVersion: "481"
6161
clusterConfig:
6262
tls:
6363
serverSecretClass: tls

stacks/trino-iceberg/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ metadata:
4141
name: trino
4242
spec:
4343
image:
44-
productVersion: "479"
44+
productVersion: "481"
4545
clusterConfig:
4646
catalogLabelSelector:
4747
matchLabels:

stacks/trino-superset-s3/trino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
name: trino
2222
spec:
2323
image:
24-
productVersion: "479"
24+
productVersion: "481"
2525
clusterConfig:
2626
catalogLabelSelector:
2727
matchLabels:

0 commit comments

Comments
 (0)