Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stacks/dual-hive-hdfs-s3/hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ metadata:
name: hive-hdfs
spec:
image:
productVersion: 4.0.1
productVersion: 4.1.0
clusterConfig:
database:
connString: jdbc:postgresql://hivehdfs-postgresql:5432/hivehdfs
Expand All @@ -55,7 +55,7 @@ metadata:
name: hive-s3
spec:
image:
productVersion: 4.0.1
productVersion: 4.1.0
clusterConfig:
database:
connString: jdbc:postgresql://hives3-postgresql:5432/hives3
Expand Down
2 changes: 1 addition & 1 deletion stacks/trino-iceberg/hive-metastores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hive-iceberg
spec:
image:
productVersion: 4.0.1
productVersion: 4.1.0
clusterConfig:
database:
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive
Expand Down
2 changes: 1 addition & 1 deletion stacks/trino-superset-s3/hive-metastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hive
spec:
image:
productVersion: 4.0.1
productVersion: 4.1.0
clusterConfig:
database:
connString: jdbc:postgresql://postgresql-hive:5432/hive
Expand Down