Skip to content

Commit 84ceae6

Browse files
authored
chore(stacks): Bump Trino to 479 (#357)
* chore(stacks): Bump Trino to 479 * docs: Update trino-cli to 479
1 parent d5df86c commit 84ceae6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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-476 --user admin --insecure --password --server https://172.18.0.2:30856
79+
$ trino-cli-479 --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: "477"
8+
productVersion: "479"
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
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

stacks/end-to-end-security/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: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
tls:
1111
serverSecretClass: tls

stacks/trino-iceberg/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: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

stacks/trino-superset-s3/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: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

0 commit comments

Comments
 (0)