Skip to content

Commit f4eea48

Browse files
authored
feat: Bump Druid to 37.0.0 (#414)
Druid 37.0.0 requires S3 via TLS. So we need to use the minio-tls pre-rendered chart.
1 parent 4d9bf52 commit f4eea48

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: druid
66
spec:
77
image:
8-
productVersion: 35.0.1
8+
productVersion: 37.0.0
99
clusterConfig:
1010
zookeeperConfigMapName: druid-znode
1111
metadataDatabase:
@@ -20,11 +20,16 @@ spec:
2020
bucketName: demo
2121
connection:
2222
inline:
23-
host: minio
23+
host: minio.{{ NAMESPACE }}.svc.cluster.local
2424
port: 9000
2525
accessStyle: Path
2626
credentials:
2727
secretClass: druid-s3-credentials
28+
tls:
29+
verification:
30+
server:
31+
caCert:
32+
secretClass: tls
2833
baseKey: data
2934
brokers:
3035
roleConfig:

stacks/stacks-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ stacks:
277277
- minio
278278
- s3
279279
manifests:
280-
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio.yaml
280+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio-tls/rendered-chart.yaml
281281
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-druid.yaml
282282
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-superset.yaml
283283
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/nifi-kafka-druid-superset-s3/zookeeper.yaml

0 commit comments

Comments
 (0)