aboutsummaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2024-05-09 11:59:37 +0100
committersaul.gill <saul.gill@est.tech>2024-05-09 16:23:20 +0100
commitaed46b6a5bfe0680043a2fd2239f642aee5902d7 (patch)
tree6bbae7c5ae64d198934ac1296a0626bacb3ed05a /helm
parentf2e84f8528911e533079d1048d2a7ab2c94826b6 (diff)
Adding readiness condition for k8s csits
Issue-ID: POLICY-4985 Change-Id: I17371e72866c11774ffd14a762120f2fedcc7406 Signed-off-by: saul.gill <saul.gill@est.tech>
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