diff --git a/README.md b/README.md index d1aca5140..ad6d8433c 100644 --- a/README.md +++ b/README.md @@ -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)| @@ -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 diff --git a/cosmoshub/README.md b/cosmoshub/README.md index d66527ef5..1688350a9 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -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 diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 23fc3470c..8bce1e884 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -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 diff --git a/cosmoshub/deploy.yml b/cosmoshub/deploy.yml index 9d31dba51..84377b057 100644 --- a/cosmoshub/deploy.yml +++ b/cosmoshub/deploy.yml @@ -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 diff --git a/cosmoshub/docker-compose.yml b/cosmoshub/docker-compose.yml index 0a2adc74f..77ddf2e84 100644 --- a/cosmoshub/docker-compose.yml +++ b/cosmoshub/docker-compose.yml @@ -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'