# Copyright © 2017 Amdocs, Bell Canada
#
# Modifications Copyright © 2021 AT&T
-# Modifications Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
+# Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
enabled: false
dcae-ves-openapi-manager:
enabled: false
-dmaap:
- enabled: true
- message-router:
- enabled: true
- dmaap-dr-node:
- enabled: false
- dmaap-dr-prov:
- enabled: false
mariadb-galera:
enabled: true
replicaCount: 1
strimzi:
enabled: true
replicaCount: 1
+ # This runs the kafka container with root privileges
+ # This is required because of the permission issues with the volume mount
+ # This should be re-eveluated once the permission issues are resolved
+ kafka:
+ template:
+ kafkaContainer:
+ securityContext:
+ runAsNonRoot: false
+ runAsUser: 0
+ # This runs the zookeeper container with root privileges
+ # This is required because of the permission issues with the volume mount
+ # This should be re-eveluated once the permission issues are resolved
+ zookeeper:
+ template:
+ zookeeperContainer:
+ securityContext:
+ runAsNonRoot: false
+ runAsUser: 0
\ No newline at end of file
-Subproject commit acb9fda1b15519023f5a46e93bee527a21aa316d
+Subproject commit bfb1e3ca7140e0f16ac05811f1fcbdfdc992de17
# ================================================================================
# Copyright (C) 2021 AT&T Intellectual Property. All rights
# reserved.
+# Modification Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
SCRIPT_PATH=$(dirname "$SCRIPT")
cd $SCRIPT_PATH
-helm cm-push ../packages/strimzi-kafka-operator-helm-3-chart-0.36.1.tgz local
+helm cm-push ../packages/strimzi-kafka-operator-helm-3-chart-0.44.0.tgz local
helm repo update
-helm install strimzi-kafka-operator local/strimzi-kafka-operator --namespace strimzi-system --version 0.36.1 --set watchAnyNamespace=true --create-namespace
+helm install strimzi-kafka-operator local/strimzi-kafka-operator --namespace strimzi-system --version 0.44.0 --set watchAnyNamespace=true --create-namespace
kubectl create namespace onap
echo '### Installing ONAP part ###'