aboutsummaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
Diffstat (limited to 'helm')
-rwxr-xr-xhelm/policy/templates/job.yaml2
-rwxr-xr-xhelm/policy/values.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/helm/policy/templates/job.yaml b/helm/policy/templates/job.yaml
index 4d3bd714..7d3656cd 100755
--- a/helm/policy/templates/job.yaml
+++ b/helm/policy/templates/job.yaml
@@ -212,7 +212,7 @@ spec:
fieldPath: metadata.namespace
containers:
- name: policy-galera-db-migrator-clamp
- image: {{ .Values.global.repository }}/{{ .Values.dbmigrator.image }}
+ image: {{ .Values.global.repository }}/{{ .Values.global.image.dbMigrator }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- mountPath: /dbcmd-config/db_migrator_policy_init.sh
diff --git a/helm/policy/values.yaml b/helm/policy/values.yaml
index 6ff3d5d5..9e5347d5 100755
--- a/helm/policy/values.yaml
+++ b/helm/policy/values.yaml
@@ -49,6 +49,7 @@ global:
httpparticipant: onap/policy-clamp-ac-http-ppnt:$tag
simparticipant: onap/policy-clamp-ac-sim-ppnt:$tag
a1pmsparticipant: onap/policy-clamp-ac-a1pms-ppnt:$tag
+ dbMigrator: onap/policy-db-migrator:$tag
policy-mariadb-galera:
enabled: true