File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 kubectl delete job -n ${namespace} --ignore-not-found=true postgres-on-update-core;
6464 helm template -f ${namespace}.json \
6565 --namespace ${namespace} \
66- -s templates/postgres-on-update-core.yaml \
66+ -s templates/postgres-on-update-core-job .yaml \
6767 oci://ghcr.io/opencrvs/opencrvs-services | kubectl apply -n ${namespace} --wait=true -f -;
6868 sleep 30;
6969 kubectl logs job/postgres-on-update-core -f --all-containers=true -n ${namespace};
7373 kubectl delete job -n ${namespace} --ignore-not-found=true postgres-data-migration;
7474 helm template -f ${namespace}.json \
7575 --namespace ${namespace} \
76- -s templates/postgres-migration-job.yaml \
76+ -s templates/postgres-data- migration-job.yaml \
7777 oci://ghcr.io/opencrvs/opencrvs-services | kubectl apply -n ${namespace} --wait=true -f -;
7878 sleep 30;
7979 kubectl logs job/postgres-data-migration -f --all-containers=true -n ${namespace};
8282 run : |
8383 kubectl delete job -n ${namespace} --ignore-not-found=true postgres-on-update-analytics;
8484 helm template -f ${namespace}.json \
85- -s templates/postgres-on-update-analytics.yaml \
85+ -s templates/postgres-on-update-analytics-job .yaml \
8686 --namespace ${namespace} \
8787 oci://ghcr.io/opencrvs/opencrvs-services | kubectl apply -n ${namespace} --wait=true -f -;
8888 sleep 30;
You can’t perform that action at this time.
0 commit comments