Skip to content

Commit 7311bf8

Browse files
authored
Update AtomOne to v3.0.3 (#1140)
1 parent 29afbee commit 7311bf8

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
5555
|[akash](https://github.com/akash-network/node)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-akash-v1.0.0`|[Example](./akash)|
5656
|[archway](https://github.com/archway-network/archway)|`v9.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-archway-v9.0.0`|[Example](./archway)|
5757
|[assetmantle](https://github.com/AssetMantle/node)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-assetmantle-v1.0.0`|[Example](./assetmantle)|
58-
|[atomone](https://github.com/atomone-hub/atomone)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v2.0.0`|[Example](./atomone)|
58+
|[atomone](https://github.com/atomone-hub/atomone)|`v3.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v3.0.3`|[Example](./atomone)|
5959
|[axelar](https://github.com/axelarnetwork/axelar-core)|`v1.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-axelar-v1.2.1`|[Example](./axelar)|
6060
|[babylon](https://github.com/babylonlabs-io/babylon.git)|`v2.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-babylon-v2.1.0`|[Example](./babylon)|
6161
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-bandchain-v2.5.3`|[Example](./bandchain)|

atomone/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v2.0.0`|
5+
|Version|`v3.0.3`|
66
|Binary|`atomoned`|
77
|Directory|`.atomone`|
88
|ENV namespace|`ATOMONED`|
99
|Repository|`https://github.com/atomone-hub/atomone`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v2.0.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v3.0.3`|
1111

1212
## Examples
1313

atomone/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ services:
66
PROJECT: atomone
77
PROJECT_BIN: atomoned
88
PROJECT_DIR: .atomone
9-
VERSION: v2.0.0
9+
VERSION: v3.0.3
1010
REPOSITORY: https://github.com/atomone-hub/atomone
1111
BUILD_METHOD: binary
12-
BINARY_URL: https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-amd64
12+
BINARY_URL: https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64
1313
ports:
1414
- '26656:26656'
1515
- '26657:26657'

atomone/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v2.0.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v3.0.3
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

atomone/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v2.0.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.34-atomone-v3.0.3
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)