Skip to content

Commit

Permalink
469 -> 470
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Feb 10, 2025
1 parent ce92e0b commit 186e6d0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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 @@ -77,7 +77,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn

[source,console]
----
$ java -jar ~/Downloads/trino-cli-469-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
$ java -jar ~/Downloads/trino-cli-470-executable.jar --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: "469"
productVersion: "470"
clusterConfig:
listenerClass: external-unstable
catalogLabelSelector:
Expand Down
2 changes: 1 addition & 1 deletion stacks/dual-hive-hdfs-s3/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metadata:
name: trino
spec:
image:
productVersion: "469"
productVersion: "470"
clusterConfig:
authorization:
opa:
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: "469"
productVersion: "470"
clusterConfig:
listenerClass: external-unstable
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: "469"
productVersion: "470"
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: "469"
productVersion: "470"
clusterConfig:
listenerClass: external-unstable
catalogLabelSelector:
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: "469"
productVersion: "470"
clusterConfig:
listenerClass: external-unstable
catalogLabelSelector:
Expand Down

0 comments on commit 186e6d0

Please sign in to comment.