summaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2024-04-17 11:42:58 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2024-04-29 16:03:51 +0100
commit8fadfb9667186910af1b9b6c31b9bb673057f729 (patch)
tree3b876d9059d3a2ac3e7978badb5fc755f1535a2b /helm
parent0d7c8284756c9a15d526c2d282cfc1dfd1595ffb (diff)
Add migration in integration tests
Issue-ID: POLICY-4972 Change-Id: I40c554fcb062b4928663bbfd5a03ddd2dd1f6805 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'helm')
-rwxr-xr-xhelm/policy/templates/job.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/policy/templates/job.yaml b/helm/policy/templates/job.yaml
index 560cea09..4d3bd714 100755
--- a/helm/policy/templates/job.yaml
+++ b/helm/policy/templates/job.yaml
@@ -128,7 +128,7 @@ spec:
fieldPath: metadata.namespace
containers:
- name: policy-galera-db-migrator-policy
- image: {{ .Values.global.dockerRepository }}/{{ .Values.dbmigrator.image }}
+ image: {{ .Values.global.repository }}/{{ .Values.dbmigrator.image }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- mountPath: /dbcmd-config/db_migrator_policy_init.sh
@@ -212,7 +212,7 @@ spec:
fieldPath: metadata.namespace
containers:
- name: policy-galera-db-migrator-clamp
- image: {{ .Values.global.dockerRepository }}/{{ .Values.dbmigrator.image }}
+ image: {{ .Values.global.repository }}/{{ .Values.dbmigrator.image }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- mountPath: /dbcmd-config/db_migrator_policy_init.sh