diff --git a/README.md b/README.md index 5b157e728..25324a179 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[gitopia](https://github.com/gitopia/gitopia)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-gitopia-v5.1.0`|[Example](./gitopia)| |[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-gravitybridge-v1.11.1`|[Example](./gravitybridge)| |[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-impacthub-v0.18.1`|[Example](./impacthub)| -|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3`|[Example](./injective)| +|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0`|[Example](./injective)| |[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-irisnet-v2.0.1`|[Example](./irisnet)| |[jackal](https://github.com/JackalLabs/canine-chain)|`v4.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-jackal-v4.4.0`|[Example](./jackal)| |[juno](https://github.com/CosmosContracts/Juno)|`v27.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-juno-v27.0.0`|[Example](./juno)| diff --git a/injective/README.md b/injective/README.md index 304426807..d32de8dc6 100644 --- a/injective/README.md +++ b/injective/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v1.13.3`| +|Version|`v1.14.0`| |Binary|`injectived`| |Directory|`.injectived`| |ENV namespace|`INJECTIVED`| |Repository|`https://github.com/InjectiveLabs/injective-chain-releases`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0`| ## Examples diff --git a/injective/build.yml b/injective/build.yml index e8b2e1e98..832f67512 100644 --- a/injective/build.yml +++ b/injective/build.yml @@ -7,8 +7,8 @@ services: PROJECT_BIN: injectived PROJECT_DIR: .injectived REPOSITORY: https://github.com/InjectiveLabs/injective-chain-releases - VERSION: v1.13.3 - BUILD_REF: release-prod-1734610315 + VERSION: v1.14.0 + BUILD_REF: v1.14.0-1739303348 BUILD_METHOD: injective ports: - '26656:26656' diff --git a/injective/deploy.yml b/injective/deploy.yml index 937d7890a..47ac362e6 100644 --- a/injective/deploy.yml +++ b/injective/deploy.yml @@ -2,7 +2,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3 + image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0 env: - MONIKER=Cosmos Omnibus Node - P2P_POLKACHU=1 diff --git a/injective/docker-compose.yml b/injective/docker-compose.yml index 2fc9c00f4..ea9c3dae9 100644 --- a/injective/docker-compose.yml +++ b/injective/docker-compose.yml @@ -1,6 +1,6 @@ services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.13.3 + image: ghcr.io/akash-network/cosmos-omnibus:v1.2.3-injective-v1.14.0 ports: - '26656:26656' - '26657:26657'