Skip to content

Commit fdb75c3

Browse files
authored
chore: bump kafka version to 4.2.1 (#404)
1 parent f2492d2 commit fdb75c3

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

stacks/airflow/kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
name: kafka
1515
spec:
1616
image:
17-
productVersion: 4.1.1
17+
productVersion: 4.2.1
1818
clusterConfig:
1919
tls:
2020
serverSecretClass: tls

stacks/data-lakehouse-iceberg-trino-spark/kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: kafka
66
spec:
77
image:
8-
productVersion: 4.1.1
8+
productVersion: 4.2.1
99
clusterConfig:
1010
authentication:
1111
- authenticationClass: kafka-client-tls

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ spec:
88
productVersion: 35.0.1
99
clusterConfig:
1010
zookeeperConfigMapName: druid-znode
11-
metadataStorageDatabase:
12-
dbType: postgresql
13-
connString: jdbc:postgresql://postgresql-druid/druid
14-
host: postgresql-druid
15-
port: 5432
16-
credentialsSecret: druid-db-credentials
11+
metadataDatabase:
12+
postgresql:
13+
host: postgresql-druid
14+
database: druid
15+
credentialsSecretName: druid-db-credentials
1716
deepStorage:
1817
s3:
1918
bucket:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: kafka
66
spec:
77
image:
8-
productVersion: 4.1.1
8+
productVersion: 4.2.1
99
clusterConfig:
1010
authentication:
1111
- authenticationClass: kafka-client-tls

0 commit comments

Comments
 (0)