Skip to content

Commit

Permalink
fix: set img pull policy for stacks blockchain api
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 25, 2023
1 parent f7e6bc3 commit 0b959c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pods/stacks-blockchain-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
name: stacks-blockchain-api
optional: false
image: hirosystems/stacks-blockchain-api
imagePullPolicy: Never
imagePullPolicy: Always
ports:
- containerPort: 3999
name: api
Expand Down

0 comments on commit 0b959c2

Please sign in to comment.