Skip to content

Commit 6dfa42b

Browse files
authored
Upgrade Teranode to v0.12.4 (#212)
1 parent 8abb005 commit 6dfa42b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/docker/base/docker-teranode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
x-teranode-base:
22
&teranode-base
3-
image: ghcr.io/bsv-blockchain/teranode:v0.12.3
3+
image: ghcr.io/bsv-blockchain/teranode:v0.12.4
44
networks:
55
- teranode-network
66
volumes:

deploy/kubernetes/teranode/teranode-cr-mainnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Cluster
44
metadata:
55
name: teranode-cluster
66
spec:
7-
image: ghcr.io/bsv-blockchain/teranode:v0.12.3
7+
image: ghcr.io/bsv-blockchain/teranode:v0.12.4
88
# enabled can be used to completely disable all Teranode services, defaults to true
99
# enabled: false
1010
alertSystem:

deploy/kubernetes/teranode/teranode-cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Cluster
33
metadata:
44
name: teranode-cluster
55
spec:
6-
image: ghcr.io/bsv-blockchain/teranode:v0.12.3
6+
image: ghcr.io/bsv-blockchain/teranode:v0.12.4
77
alertSystem:
88
enabled: true
99
spec:

docs/howto/miners/kubernetes/minersHowToInstallation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can find the latest available version published on GitHub Container Registry
125125
```bash
126126
# Set image versions (please derive the right TERANODE_VERSION from the results of the previous command)
127127
export OPERATOR_VERSION=v0.1.3
128-
export TERANODE_VERSION=v0.12.3
128+
export TERANODE_VERSION=v0.12.4
129129
export GHCR_REGISTRY=ghcr.io/bsv-blockchain
130130
```
131131

0 commit comments

Comments
 (0)