Skip to content

Commit 3fd0d23

Browse files
authored
Merge pull request #200 from opencrvs/ocrvs-11192
fix: Remove dedicated postgres job and move data migrations to pre-install/upgrade
2 parents 88d172a + 77eed85 commit 3fd0d23

File tree

2 files changed

+2
-152
lines changed

2 files changed

+2
-152
lines changed

charts/opencrvs-services/templates/data-migration-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
# - https://github.com/opencrvs/opencrvs-core/issues/7451
77
# - https://opencrvsworkspace.slack.com/archives/C02LU432JGK/p1757940561135439
88
annotations:
9-
"helm.sh/hook": post-install,post-upgrade
10-
"helm.sh/hook-weight": "1"
9+
"helm.sh/hook": pre-install,pre-upgrade
10+
"helm.sh/hook-weight": "2"
1111
labels:
1212
app: migration
1313
name: {{ .Values.data_migration.job_name | default "data-migration" }}

charts/opencrvs-services/templates/postgres-data-migration-job.yaml

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)