Skip to content

Commit

Permalink
Update Comdex to v11.5.1 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Aug 7, 2023
1 parent ea471cd commit bf7f26f
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 @@ -39,7 +39,7 @@ jobs:
- project: chihuahua
version: v4.2.3
- project: comdex
version: v11.5.0
version: v11.5.1
- project: cosmoshub
version: v10.0.2
- project: crescent
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[canto](https://github.com/Canto-Network/Canto)|`v6.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-canto-v6.0.0`|[Example](./canto)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v4.2.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-chihuahua-v4.2.3`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v11.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-comdex-v11.5.0`|[Example](./comdex)|
|[comdex](https://github.com/comdex-official/comdex)|`v11.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-comdex-v11.5.1`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v10.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-cosmoshub-v10.0.2`|[Example](./cosmoshub)|
|[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-crescent-v4.2.0`|[Example](./crescent)|
|[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-cronos-v1.0.4`|[Example](./cronos)|
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|`v11.5.0`|
|Version|`v11.5.1`|
|Binary|`comdex`|
|Directory|`.comdex`|
|ENV namespace|`COMDEX`|
|Repository|`https://github.com/comdex-official/comdex`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-comdex-v11.5.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-comdex-v11.5.1`|

## 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: v11.5.0
VERSION: v11.5.1
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.42-comdex-v11.5.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-comdex-v11.5.1
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.42-comdex-v11.5.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-comdex-v11.5.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit bf7f26f

Please sign in to comment.