Skip to content

Commit

Permalink
feat(db-migration-checker): Add successful message (DefectDojo#11685)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Feb 6, 2025
1 parent 818df37 commit f13769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/defectdojo/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Create chart name and version as used by the chart label.
command:
- sh
- -c
- while ! /app/manage.py migrate --check; do echo "Database is not migrated to the latest state yet"; sleep 5; done;
- while ! /app/manage.py migrate --check; do echo "Database is not migrated to the latest state yet"; sleep 5; done; echo "Database is migrated to the latest state";
image: '{{ template "django.uwsgi.repository" . }}:{{ .Values.tag }}'
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.securityContext.enabled }}
Expand Down

0 comments on commit f13769f

Please sign in to comment.