Skip to content

Commit

Permalink
upgrade trino (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Nov 4, 2024
1 parent 8b2e7b3 commit 67bc1cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ops/k8s-apps/base/trino/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
chart:
spec:
chart: trino
version: "0.30.0"
version: "0.33.0"
sourceRef:
kind: HelmRepository
name: trino
Expand Down Expand Up @@ -117,6 +117,12 @@ spec:
hive.metastore-cache-ttl=0s
hive.metastore-refresh-interval=5s
hive.metastore-timeout=10s
hive.metastore-timeout=10s
hive.allow-drop-table=true
hive.allow-add-column=true
hive.allow-drop-column=true
hive.allow-rename-column=true
hive.allow-rename-table=true
iceberg.use-file-size-from-metadata=false
fs.native-gcs.enabled=true
fs.cache.enabled=true
Expand Down

0 comments on commit 67bc1cd

Please sign in to comment.