Skip to content

Commit 204ce92

Browse files
committed
Update wormhole guardian version
1 parent be0dd2a commit 204ce92

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

price_pusher/docker-compose.mainnet.sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
55
command:
66
- "spy"
77
- "--nodeKey"

price_pusher/docker-compose.testnet.sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
55
command:
66
- "spy"
77
- "--nodeKey"

price_service/server/docker-compose.mainnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
55
restart: on-failure
66
command:
77
- "spy"

price_service/server/docker-compose.testnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
55
restart: on-failure
66
command:
77
- "spy"

tilt_devnet/k8s/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
path: bigtable-key.json
5454
containers:
5555
- name: guardiand
56-
image: ghcr.io/certusone/guardiand:v2.8.9
56+
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
5757
volumeMounts:
5858
- mountPath: /run/node
5959
name: node-rundir

tilt_devnet/k8s/spy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
terminationGracePeriodSeconds: 0
3636
containers:
3737
- name: spy
38-
image: ghcr.io/certusone/guardiand:v2.8.9
38+
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
3939
command:
4040
- /guardiand
4141
- spy

0 commit comments

Comments
 (0)