[POLICY] Allign with DT fixes 50/141050/4
authorAndreas Geissler <andreas-geissler@telekom.de>
Fri, 30 May 2025 09:51:53 +0000 (11:51 +0200)
committerAndreas Geissler <andreas@geisibee.de>
Thu, 5 Jun 2025 08:06:12 +0000 (10:06 +0200)
- Allign the charts with changes in DT to resolve lint checks
- Update OPA-PDP version to 1.0.6

Issue-ID: POLICY-5351

Change-Id: I1cbf63a6b7b19098d9507d0b13bdc0075250937a
Signed-off-by: Andreas Geissler <andreas@geisibee.de>
kubernetes/policy/components/policy-opa-pdp/Chart.yaml
kubernetes/policy/components/policy-opa-pdp/values.yaml
kubernetes/policy/components/policy-pap/resources/config/papParameters.yaml
kubernetes/policy/templates/policy-kafka-topics.yaml

index ead5e87..7a2d531 100644 (file)
@@ -19,7 +19,7 @@
 apiVersion: v2
 description: ONAP Policy OPA PDP (PDP-O)
 name: policy-opa-pdp
-version: 16.0.2
+version: 16.0.4
 
 dependencies:
   - name: common
index 3f69430..efe97be 100644 (file)
@@ -38,12 +38,11 @@ secrets:
     password: '{{ .Values.restServer.password }}'
     passwordPolicy: required
 
-
 #################################################################
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/policy-opa-pdp:1.0.5
+image: onap/policy-opa-pdp:1.0.6
 
 pullPolicy: Always
 
@@ -55,7 +54,6 @@ debugEnabled: false
 log:
   loglevel: "debug"
 
-
 # application configuration
 
 permissions:
@@ -263,4 +261,3 @@ kafkaUser:
       type: topic
       patternType: prefix
       operations: [ Create, Describe, Read, Write ]
-
index 7b9a0f1..ef1334a 100644 (file)
@@ -56,13 +56,13 @@ pap:
     notification.name: {{ .Values.config.kafka.topics.policyNotification }}
     heartbeat.name: {{ .Values.config.kafka.topics.policyHeartbeat }}
   pdpParameters:
-    heartBeatMs: 12000000
+    heartBeatMs: 120000
     updateParameters:
-      maxRetryCount: 3
-      maxWaitMs: 36000000
+      maxRetryCount: 1
+      maxWaitMs: 36000
     stateChangeParameters:
-      maxRetryCount: 3
-      maxWaitMs: 36000000
+      maxRetryCount: 1
+      maxWaitMs: 36000
   savePdpStatisticsInDb: true
   topicParameterGroup:
     topicSources:
index 7cb6559..0f71ae1 100644 (file)
@@ -62,4 +62,3 @@ spec:
   config:
     retention.ms: {{ .Values.config.opaPdpDataTopic.retentionMs }}
     segment.bytes: {{ .Values.config.opaPdpDataTopic.segmentBytes }}
-