Skip to content

Commit

Permalink
update links to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 11, 2024
1 parent b105a19 commit c859893
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/ton-ali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: validator-engine-container
image: ghcr.io/neodix42/ton:latest
image: ghcr.io/ton-blockchain/ton:latest
env:
- name: PUBLIC_IP
value: "<PUBLIC_IP>"
Expand Down
2 changes: 1 addition & 1 deletion docker/ton-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: validator-engine-container
image: ghcr.io/neodix42/ton:latest
image: ghcr.io/ton-blockchain/ton:latest
env:
- name: PUBLIC_IP
value: "<PUBLIC_IP>"
Expand Down
2 changes: 1 addition & 1 deletion docker/ton-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: validator-engine-container
image: ghcr.io/neodix42/ton:latest
image: ghcr.io/ton-blockchain/ton:latest
env:
- name: PUBLIC_IP
value: "<PUBLIC_IP>"
Expand Down
2 changes: 1 addition & 1 deletion docker/ton-metal-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
claimName: validator-engine-pvc
containers:
- name: validator-engine-container
image: ghcr.io/neodix42/ton:latest
image: ghcr.io/ton-blockchain/ton:latest
env:
- name: PUBLIC_IP
value: "<PUBLIC_IP>"
Expand Down
2 changes: 1 addition & 1 deletion docker/ton-node-port.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
claimName: validator-engine-pvc
containers:
- name: validator-engine-container
image: ghcr.io/neodix42/ton:latest
image: ghcr.io/ton-blockchain/ton:latest
env:
- name: PUBLIC_IP
value: "<PUBLIC_IP>"
Expand Down

0 comments on commit c859893

Please sign in to comment.