Bump strimzi kafka to 3.2.3
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I8921fef35550c7b97e463102a18e3596f958871e
Issue-ID: OOM-3057
(cherry picked from commit 
f78db40dae64ae2d7cbfabac1e798db01df1cf07)
 
       offsets.topic.replication.factor: {{ .Values.replicaCount }}
       transaction.state.log.replication.factor: {{ .Values.replicaCount }}
       transaction.state.log.min.isr: {{ .Values.replicaCount }}
-      log.message.format.version: "3.0"
-      inter.broker.protocol.version: "3.0"
+      log.message.format.version: {{ .Values.version }}
+      inter.broker.protocol.version: {{ .Values.version }}
     storage:
       type: jbod
       volumes:
 
 replicaCount: 3
 kafkaInternalPort: 9092
 saslMechanism: scram-sha-512
-version: 3.1.0
+version: 3.2.3
 kafkaStrimziAdminUser: strimzi-kafka-admin
 persistence: {}