Skip to content

Commit

Permalink
πŸš€ Add imagePullPolicy: Always to run-migrations container. (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 25, 2024
1 parent 154bd81 commit 8f262fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ecran/kustomize/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
initContainers:
- name: run-migrations
image: gitea.proompteng.ai/d/lab/ecran:main
imagePullPolicy: Always
command: ['npx', 'tsx', './src/db/migrate.ts']
env:
- name: DB_URI
Expand Down

0 comments on commit 8f262fb

Please sign in to comment.