Skip to content

Commit 8e793ee

Browse files
committed
chore: Update Kafka LTS patch level in manifests
1 parent 6f72bf8 commit 8e793ee

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

docs/modules/kafka/pages/usage-guide/security.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
name: simple-kafka
1616
spec:
1717
image:
18-
productVersion: 3.7.1
18+
productVersion: 3.7.2
1919
clusterConfig:
2020
zookeeperConfigMapName: simple-kafka-znode
2121
tls:
@@ -90,7 +90,7 @@ metadata:
9090
name: simple-kafka
9191
spec:
9292
image:
93-
productVersion: 3.7.1
93+
productVersion: 3.7.2
9494
clusterConfig:
9595
authentication:
9696
- authenticationClass: kafka-client-tls # <1>
@@ -135,7 +135,7 @@ metadata:
135135
name: simple-kafka
136136
spec:
137137
image:
138-
productVersion: 3.7.1
138+
productVersion: 3.7.2
139139
clusterConfig:
140140
authentication:
141141
- authenticationClass: kafka-client-kerberos # <1>
@@ -179,7 +179,7 @@ metadata:
179179
name: simple-kafka
180180
spec:
181181
image:
182-
productVersion: 3.7.1
182+
productVersion: 3.7.2
183183
clusterConfig:
184184
authorization:
185185
opa:
@@ -203,7 +203,7 @@ metadata:
203203
name: simple-kafka
204204
spec:
205205
image:
206-
productVersion: 3.7.1
206+
productVersion: 3.7.2
207207
clusterConfig:
208208
authorization:
209209
opa:

examples/logging/simple-kafka-cluster-opa-log4j.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
name: simple-kafka
5151
spec:
5252
image:
53-
productVersion: 3.7.1
53+
productVersion: 3.7.2
5454
clusterConfig:
5555
authorization:
5656
opa:

examples/opa/simple-kafka-cluster-opa-allow-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
name: simple-kafka
5151
spec:
5252
image:
53-
productVersion: 3.7.1
53+
productVersion: 3.7.2
5454
clusterConfig:
5555
authorization:
5656
opa:

examples/tls/simple-kafka-cluster-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ metadata:
6060
name: simple-kafka
6161
spec:
6262
image:
63-
productVersion: 3.7.1
63+
productVersion: 3.7.2
6464
clusterConfig:
6565
authentication:
6666
- authenticationClass: kafka-client-auth-tls

rust/crd/src/affinity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mod tests {
4545
name: simple-kafka
4646
spec:
4747
image:
48-
productVersion: 3.7.1
48+
productVersion: 3.7.2
4949
clusterConfig:
5050
zookeeperConfigMapName: xyz
5151
brokers:

rust/crd/src/lib.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ mod tests {
570570
name: simple-kafka
571571
spec:
572572
image:
573-
productVersion: 3.7.1
573+
productVersion: 3.7.2
574574
clusterConfig:
575575
zookeeperConfigMapName: xyz
576576
"#;
@@ -588,7 +588,7 @@ mod tests {
588588
name: simple-kafka
589589
spec:
590590
image:
591-
productVersion: 3.7.1
591+
productVersion: 3.7.2
592592
clusterConfig:
593593
tls:
594594
serverSecretClass: simple-kafka-server-tls
@@ -612,7 +612,7 @@ mod tests {
612612
name: simple-kafka
613613
spec:
614614
image:
615-
productVersion: 3.7.1
615+
productVersion: 3.7.2
616616
clusterConfig:
617617
tls:
618618
serverSecretClass: null
@@ -632,7 +632,7 @@ mod tests {
632632
name: simple-kafka
633633
spec:
634634
image:
635-
productVersion: 3.7.1
635+
productVersion: 3.7.2
636636
zookeeperConfigMapName: xyz
637637
clusterConfig:
638638
tls:
@@ -656,7 +656,7 @@ mod tests {
656656
name: simple-kafka
657657
spec:
658658
image:
659-
productVersion: 3.7.1
659+
productVersion: 3.7.2
660660
clusterConfig:
661661
zookeeperConfigMapName: xyz
662662
"#;
@@ -674,7 +674,7 @@ mod tests {
674674
name: simple-kafka
675675
spec:
676676
image:
677-
productVersion: 3.7.1
677+
productVersion: 3.7.2
678678
clusterConfig:
679679
tls:
680680
internalSecretClass: simple-kafka-internal-tls
@@ -694,7 +694,7 @@ mod tests {
694694
name: simple-kafka
695695
spec:
696696
image:
697-
productVersion: 3.7.1
697+
productVersion: 3.7.2
698698
clusterConfig:
699699
tls:
700700
serverSecretClass: simple-kafka-server-tls

rust/crd/src/listener.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ mod tests {
294294
namespace: default
295295
spec:
296296
image:
297-
productVersion: 3.7.1
297+
productVersion: 3.7.2
298298
clusterConfig:
299299
authentication:
300300
- authenticationClass: kafka-client-tls
@@ -471,7 +471,7 @@ mod tests {
471471
namespace: default
472472
spec:
473473
image:
474-
productVersion: 3.7.1
474+
productVersion: 3.7.2
475475
clusterConfig:
476476
authentication:
477477
- authenticationClass: kafka-kerberos

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mod tests {
110110
name: simple-kafka
111111
spec:
112112
image:
113-
productVersion: 3.7.1
113+
productVersion: 3.7.2
114114
clusterConfig:
115115
zookeeperConfigMapName: xyz
116116
brokers:
@@ -140,7 +140,7 @@ mod tests {
140140
name: simple-kafka
141141
spec:
142142
image:
143-
productVersion: 3.7.1
143+
productVersion: 3.7.2
144144
clusterConfig:
145145
zookeeperConfigMapName: xyz
146146
brokers:

0 commit comments

Comments
 (0)