Skip to content

Commit

Permalink
Merge pull request #4 from unicef/fix/hpg-release-entrypoint
Browse files Browse the repository at this point in the history
Fix HPG chart entrypoint after UV change
  • Loading branch information
emil-kellton authored Dec 11, 2024
2 parents b7300c9 + f2410b5 commit 7c78116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/payment-gateway/templates/backend/job/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
command: ["sh"]
args:
- -c
- "python3 /code/manage.py upgrade"
- "django-admin upgrade"
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 7c78116

Please sign in to comment.