Skip to content

Commit

Permalink
Merge pull request #2 from GateNLP/teamware-migrations-by-default
Browse files Browse the repository at this point in the history
Changed default migrations.run to true
  • Loading branch information
ianroberts authored Feb 23, 2023
2 parents 12209d5 + 82b27c0 commit 980d67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gate-teamware/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.2
version: 0.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion gate-teamware/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ migrations:
# false for subsequent ones if there are no DB changes. We deliberately do not
# run migrations as part of the regular Django startup as this is dangerous
# when there may be more than one replica of the backend pod.
run: false
run: true
ttl: 300

waitFor:
Expand Down

0 comments on commit 980d67f

Please sign in to comment.