Skip to content

Commit 9fcc13e

Browse files
authored
Merge branch 'main' into docker-images/issues/1273
2 parents f8dad1e + c484484 commit 9fcc13e

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-
$ java -jar ~/Downloads/trino-cli-476-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
79+
$ trino-cli-476 --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/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: "476"
8+
productVersion: "477"
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: "476"
8+
productVersion: "477"
99
clusterConfig:
1010
tls:
1111
serverSecretClass: tls

stacks/keycloak-opa-poc/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: "476"
8+
productVersion: "477"
99
clusterConfig:
1010
listenerClass: external-unstable
1111
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: "476"
8+
productVersion: "477"
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: "476"
8+
productVersion: "477"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

0 commit comments

Comments
 (0)