Skip to content

Commit 2839844

Browse files
feat(trino): Use 470 (#149)
* feat(trino): Use 469 * docs(trino): Use trino-cli 469 * 469 -> 470 --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 7fe2c14 commit 2839844

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn
7777

7878
[source,console]
7979
----
80-
$ java -jar ~/Downloads/trino-cli-455-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
80+
$ java -jar ~/Downloads/trino-cli-470-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
8181
----
8282

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "455"
8+
productVersion: "470"
99
clusterConfig:
1010
listenerClass: external-unstable
1111
catalogLabelSelector:

stacks/dual-hive-hdfs-s3/trino.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ metadata:
6161
name: trino
6262
spec:
6363
image:
64-
productVersion: "455"
64+
productVersion: "470"
6565
clusterConfig:
6666
authorization:
6767
opa:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "455"
8+
productVersion: "470"
99
clusterConfig:
1010
listenerClass: external-unstable
1111
tls:

stacks/keycloak-opa-poc/trino.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "455"
8+
productVersion: "470"
99
clusterConfig:
1010
listenerClass: external-unstable
1111
tls:

stacks/trino-iceberg/trino.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "455"
8+
productVersion: "470"
99
clusterConfig:
1010
listenerClass: external-unstable
1111
catalogLabelSelector:

stacks/trino-superset-s3/trino.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: trino
66
spec:
77
image:
8-
productVersion: "455"
8+
productVersion: "470"
99
clusterConfig:
1010
listenerClass: external-unstable
1111
catalogLabelSelector:

0 commit comments

Comments
 (0)