diff options
Diffstat (limited to 'helm/policy/values.yaml')
-rwxr-xr-x | helm/policy/values.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/helm/policy/values.yaml b/helm/policy/values.yaml index f4d72125..c48e71b2 100755 --- a/helm/policy/values.yaml +++ b/helm/policy/values.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022-2023 Nordix Foundation +# Copyright © 2022-2024 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,9 +27,7 @@ global: name: &mariadb-galera mariadb-galera internalPort: 3306 prometheusEnabled: false - kafkaBootstrap: strimzi-kafka-bootstrap - policyKafkaUser: policy-kafka-user - + kafkaServer: kafka repository: nexus3.onap.org:10001 pullPolicy: IfNotPresent dockerRepository: docker.io @@ -89,7 +87,7 @@ mariadb: image: mariadb:10.5.8 dbmigrator: - image: onap/policy-db-migrator:3.0.1-SNAPSHOT + image: onap/policy-db-migrator:3.1.1-SNAPSHOT schema: policyadmin policy_home: "/opt/app/policy" |