Skip to content

Commit

Permalink
Update Comdex to v11.5.0 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jun 26, 2023
1 parent 0df8e36 commit 2eb703f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- project: chihuahua
version: v4.2.3
- project: comdex
version: v9.1.2
version: v11.5.0
- project: cosmoshub
version: v10.0.1
- project: cronos
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[cerberus](https://github.com/cerberus-zone/cerberus)|`v3.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cerberus-v3.1.0`|[Example](./cerberus)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v4.2.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-chihuahua-v4.2.3`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v9.1.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v9.1.2`|[Example](./comdex)|
|[comdex](https://github.com/comdex-official/comdex)|`v11.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v11.5.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v10.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cosmoshub-v10.0.1`|[Example](./cosmoshub)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cronos-v1.0.4`|[Example](./cronos)|
|[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.6`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-cryptoorgchain-v4.2.6`|[Example](./cryptoorgchain)|
Expand Down
4 changes: 2 additions & 2 deletions comdex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v9.1.2`|
|Version|`v11.5.0`|
|Binary|`comdex`|
|Directory|`.comdex`|
|ENV namespace|`COMDEX`|
|Repository|`https://github.com/comdex-official/comdex`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v9.1.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v11.5.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion comdex/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: comdex
PROJECT_BIN: comdex
VERSION: v9.1.2
VERSION: v11.5.0
REPOSITORY: https://github.com/comdex-official/comdex
NAMESPACE: COMDEX
GOLANG_VERSION: 1.19-buster
Expand Down
2 changes: 1 addition & 1 deletion comdex/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v9.1.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v11.5.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/chain.json
Expand Down
2 changes: 1 addition & 1 deletion comdex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v9.1.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.36-comdex-v11.5.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 2eb703f

Please sign in to comment.