- 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>
apiVersion: v2
description: ONAP Policy OPA PDP (PDP-O)
name: policy-opa-pdp
-version: 16.0.2
+version: 16.0.4
dependencies:
- name: common
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
log:
loglevel: "debug"
-
# application configuration
permissions:
type: topic
patternType: prefix
operations: [ Create, Describe, Read, Write ]
-
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:
config:
retention.ms: {{ .Values.config.opaPdpDataTopic.retentionMs }}
segment.bytes: {{ .Values.config.opaPdpDataTopic.segmentBytes }}
-