Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 docs/modules/demos/pages/trino-iceberg.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn

[source,console]
----
$ java -jar ~/Downloads/trino-cli-476-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
$ trino-cli-476 --user admin --insecure --password --server https://172.18.0.2:30856
----

Make sure to replace the server endpoint with the endpoint listed in the `stackablectl stacklet list` output.
Expand Down
2 changes: 1 addition & 1 deletion stacks/data-lakehouse-iceberg-trino-spark/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "476"
productVersion: "477"
clusterConfig:
catalogLabelSelector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "476"
productVersion: "477"
clusterConfig:
tls:
serverSecretClass: tls
Expand Down
2 changes: 1 addition & 1 deletion stacks/keycloak-opa-poc/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "476"
productVersion: "477"
clusterConfig:
listenerClass: external-unstable
tls:
Expand Down
2 changes: 1 addition & 1 deletion stacks/trino-iceberg/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "476"
productVersion: "477"
clusterConfig:
catalogLabelSelector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion stacks/trino-superset-s3/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: trino
spec:
image:
productVersion: "476"
productVersion: "477"
clusterConfig:
catalogLabelSelector:
matchLabels:
Expand Down