diff --git a/docs/modules/demos/pages/trino-iceberg.adoc b/docs/modules/demos/pages/trino-iceberg.adoc index 96d950d6..9777930a 100644 --- a/docs/modules/demos/pages/trino-iceberg.adoc +++ b/docs/modules/demos/pages/trino-iceberg.adoc @@ -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. diff --git a/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml b/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml index f4ac63ec..666706ca 100644 --- a/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml +++ b/stacks/data-lakehouse-iceberg-trino-spark/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "476" + productVersion: "477" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/stacks/end-to-end-security/trino.yaml b/stacks/end-to-end-security/trino.yaml index 36d4a266..658c4231 100644 --- a/stacks/end-to-end-security/trino.yaml +++ b/stacks/end-to-end-security/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "476" + productVersion: "477" clusterConfig: tls: serverSecretClass: tls diff --git a/stacks/keycloak-opa-poc/trino.yaml b/stacks/keycloak-opa-poc/trino.yaml index 6b338437..98233382 100644 --- a/stacks/keycloak-opa-poc/trino.yaml +++ b/stacks/keycloak-opa-poc/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "476" + productVersion: "477" clusterConfig: listenerClass: external-unstable tls: diff --git a/stacks/trino-iceberg/trino.yaml b/stacks/trino-iceberg/trino.yaml index d2df1ae3..6cc7bbdb 100644 --- a/stacks/trino-iceberg/trino.yaml +++ b/stacks/trino-iceberg/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "476" + productVersion: "477" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/stacks/trino-superset-s3/trino.yaml b/stacks/trino-superset-s3/trino.yaml index a9a97ffa..5b563da1 100644 --- a/stacks/trino-superset-s3/trino.yaml +++ b/stacks/trino-superset-s3/trino.yaml @@ -5,7 +5,7 @@ metadata: name: trino spec: image: - productVersion: "476" + productVersion: "477" clusterConfig: catalogLabelSelector: matchLabels: