Skip to content

Commit

Permalink
chore: set IfNotPresent img pull policy
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 26, 2023
1 parent 0b959c2 commit 0d43bc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/pods/bitcoind-chain-coordinator.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
image: hirosystems/stacks-network-orchestrator:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: chain-coordinator
ports:
- containerPort: 20445
Expand Down
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: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3999
name: api
Expand Down
2 changes: 1 addition & 1 deletion templates/stacks-devnet-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- command: ["stacks-devnet-api"]
name: stacks-devnet-api
image: hirosystems/stacks-devnet-api:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8477
name: api
Expand Down

0 comments on commit 0d43bc4

Please sign in to comment.