Skip to content

Commit 63064f7

Browse files
committed
Merge branch 'main' into feat/opensearch-rag-demo
2 parents 5e65aad + ca07e79 commit 63064f7

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

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-
$ trino-cli-476 --user admin --insecure --password --server https://172.18.0.2:30856
79+
$ trino-cli-479 --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/airflow/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: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

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: "477"
8+
productVersion: "479"
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: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
tls:
1111
serverSecretClass: tls

stacks/nifi-kafka-druid-superset-s3/druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: druid
66
spec:
77
image:
8-
productVersion: 34.0.0
8+
productVersion: 35.0.1
99
clusterConfig:
1010
zookeeperConfigMapName: druid-znode
1111
metadataStorageDatabase:

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: "477"
8+
productVersion: "479"
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: "477"
8+
productVersion: "479"
99
clusterConfig:
1010
catalogLabelSelector:
1111
matchLabels:

0 commit comments

Comments
 (0)