Add ACM db upgrade/downgrade to db-migrator
[policy/docker.git] / helm / policy / values.yaml
index f4d7212..f980325 100755 (executable)
@@ -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,9 +87,12 @@ mariadb:
   image: mariadb:10.5.8
 
 dbmigrator:
-  image: onap/policy-db-migrator:3.0.1-SNAPSHOT
-  schema: policyadmin
+  image: onap/policy-db-migrator:$tag
   policy_home: "/opt/app/policy"
+  policyadmin:
+    schema: policyadmin
+  clampacm:
+    schema: clampacm
 
 subChartsOnly:
   enabled: true