Fix CSITs in Paris branch by setting kafka version 05/141405/1 paris
authordanielhanrahan <daniel.hanrahan@est.tech>
Wed, 2 Jul 2025 13:31:46 +0000 (14:31 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Wed, 2 Jul 2025 13:33:29 +0000 (14:33 +0100)
Set kafka version to 7.9.1 in docker-compose and helm charts.
CSITs are passing with this version.

Issue-ID: POLICY-5408
Change-Id: I5731719b7fe3c62660692b7b415e465c9264f00e
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
compose/compose.common.yml
helm/cp-kafka/kafka.yaml

index c78a781..6fb6e7f 100644 (file)
@@ -103,7 +103,7 @@ services:
       ZOOKEEPER_CLIENT_PORT: 2181
 
   kafka:
-    image: nexus3.onap.org:10001/confluentinc/cp-kafka:latest
+    image: nexus3.onap.org:10001/confluentinc/cp-kafka:7.9.1
     container_name: kafka
     hostname: kafka
     depends_on:
index db0ae74..43f6308 100644 (file)
@@ -30,7 +30,7 @@ spec:
     spec:
       containers:
       - name: broker
-        image: confluentinc/cp-kafka:latest
+        image: confluentinc/cp-kafka:7.9.1
         ports:
         - containerPort: 9092
         command: ["bash", "-c", "unset KAFKA_PORT; /etc/confluent/docker/run"]