Skip to content

Commit

Permalink
change stacks node image
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Jun 22, 2023
1 parent 4b787bc commit 9b64edc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/stacks-node-pod.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ spec:
- name: BLOCKSTACK_USE_TEST_GENESIS_CHAINSTATE
value: "1"
- name: STACKS_LOG_DEBUG
value: "0"
image: quay.io/hirosystems/stacks-node:devnet-v3
imagePullPolicy: IfNotPresent
value: "1"
image: stacks-node-mine
imagePullPolicy: Never
# image: quay.io/hirosystems/stacks-node:devnet-v3
# imagePullPolicy: IfNotPresent
name: stacks-node-container
ports:
- containerPort: 20444
Expand Down

0 comments on commit 9b64edc

Please sign in to comment.