Skip to content

Commit 1d9e753

Browse files
authored
fixes
1 parent 3642d05 commit 1d9e753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/commercebackend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.13
18+
version: 0.1.14
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/commercebackend/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
command:
5959
- "bash"
6060
- "-c"
61-
- "python manage.py --noinput ensure_adminuser && python manage.py --noinput collectstatic"
61+
- "python manage.py ensure_adminuser && python manage.py collectstatic --noinput"
6262
envFrom:
6363
- secretRef:
6464
name: {{ include "commercebackend.fullname" . }}

0 commit comments

Comments
 (0)