Skip to content

Commit

Permalink
Merge branch 'update-cosmoshub-v22.0.1' into release-v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Feb 7, 2025
2 parents 31b7163 + f3f2305 commit a62625f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.0`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v15.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-comdex-v15.3.0`|[Example](./comdex)|
|[coreum](https://github.com/CoreumFoundation/coreum)|`v4.1.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-coreum-v4.1.2`|[Example](./coreum)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v22.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.0`|[Example](./cosmoshub)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v22.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.1`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cronos-v1.4.0`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.10`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cryptoorgchain-v4.2.10`|[Example](./cryptoorgchain)|
Expand Down Expand Up @@ -355,7 +355,7 @@ services:
PROJECT: cosmoshub # should match the directory/Chain Registry
PROJECT_BIN: gaiad
PROJECT_DIR: .gaia
VERSION: v22.0.0
VERSION: v22.0.1
REPOSITORY: https://github.com/cosmos/gaia
GOLANG_VERSION: 1.22
POLKACHU_CHAIN_ID: cosmos # only include if different from Chain Registry name
Expand Down
4 changes: 2 additions & 2 deletions cosmoshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v22.0.0`|
|Version|`v22.0.1`|
|Binary|`gaiad`|
|Directory|`.gaia`|
|ENV namespace|`GAIAD`|
|Repository|`https://github.com/cosmos/gaia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PROJECT: cosmoshub
PROJECT_BIN: gaiad
PROJECT_DIR: .gaia
VERSION: v22.0.0
VERSION: v22.0.1
REPOSITORY: https://github.com/cosmos/gaia
GOLANG_VERSION: 1.22
POLKACHU_CHAIN_ID: cosmos
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/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.2-cosmoshub-v22.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.1
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion cosmoshub/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.2-cosmoshub-v22.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.0.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit a62625f

Please sign in to comment.