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
2 changes: 1 addition & 1 deletion stacks/airflow/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
name: kafka
spec:
image:
productVersion: 4.1.1
productVersion: 4.2.1
clusterConfig:
tls:
serverSecretClass: tls
Expand Down
2 changes: 1 addition & 1 deletion stacks/data-lakehouse-iceberg-trino-spark/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: kafka
spec:
image:
productVersion: 4.1.1
productVersion: 4.2.1
clusterConfig:
authentication:
- authenticationClass: kafka-client-tls
Expand Down
11 changes: 5 additions & 6 deletions stacks/nifi-kafka-druid-superset-s3/druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ spec:
productVersion: 35.0.1
clusterConfig:
zookeeperConfigMapName: druid-znode
metadataStorageDatabase:
dbType: postgresql
connString: jdbc:postgresql://postgresql-druid/druid
host: postgresql-druid
port: 5432
credentialsSecret: druid-db-credentials
metadataDatabase:
postgresql:
host: postgresql-druid
database: druid
credentialsSecretName: druid-db-credentials
deepStorage:
s3:
bucket:
Expand Down
2 changes: 1 addition & 1 deletion stacks/nifi-kafka-druid-superset-s3/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: kafka
spec:
image:
productVersion: 4.1.1
productVersion: 4.2.1
clusterConfig:
authentication:
- authenticationClass: kafka-client-tls
Expand Down
Loading