Skip to content

Commit

Permalink
Upgrade Archway to v9.0.0 (#980)
Browse files Browse the repository at this point in the history
* Update README.md

* Update build.yml

* Update deploy.yml

* Update docker-compose.yml

* Update README.md

* Update build.yml
  • Loading branch information
rodri-r authored Feb 4, 2025
1 parent 3d88ebf commit 5591426
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|Project|Version|Image| |
|---|---|---|---|
|[akash](https://github.com/akash-network/node)|`v0.36.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-akash-v0.36.0`|[Example](./akash)|
|[archway](https://github.com/archway-network/archway)|`v7.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v7.0.0`|[Example](./archway)|
|[archway](https://github.com/archway-network/archway)|`v9.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v9.0.0`|[Example](./archway)|
|[assetmantle](https://github.com/AssetMantle/node)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-assetmantle-v1.0.0`|[Example](./assetmantle)|
|[axelar](https://github.com/axelarnetwork/axelar-core)|`v0.34.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-axelar-v0.34.0`|[Example](./axelar)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-bandchain-v2.5.1`|[Example](./bandchain)|
Expand Down
4 changes: 2 additions & 2 deletions archway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v7.0.0`|
|Version|`v9.0.0`|
|Binary|`archwayd`|
|Directory|`.archway`|
|ENV namespace|`ARCHWAYD`|
|Repository|`https://github.com/archway-network/archway`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v7.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v9.0.0`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions archway/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
PROJECT: archway
PROJECT_BIN: archwayd
PROJECT_DIR: .archway
VERSION: v7.0.0
VERSION: v9.0.0
REPOSITORY: https://github.com/archway-network/archway
BUILD_METHOD: binary
BINARY_URL: https://github.com/archway-network/archway/releases/download/v7.0.0/archwayd_linux_amd64
BINARY_URL: https://github.com/archway-network/archway/releases/download/v9.0.0/archwayd_linux_amd64
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion archway/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v7.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v9.0.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion archway/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v7.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-archway-v9.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 5591426

Please sign in to comment.