Skip to content

Commit

Permalink
Update chihuahua to v9.0.0 (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Feb 4, 2025
1 parent d501a44 commit 505c222
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-canto-v8.1.1`|[Example](./canto)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v8.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-chihuahua-v8.0.2`|[Example](./chihuahua)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-chihuahua-v9.0.0`|[Example](./chihuahua)|
|[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-comdex-v14.1.0`|[Example](./comdex)|
|[coreum](https://github.com/CoreumFoundation/coreum)|`v4.1.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-coreum-v4.1.2`|[Example](./coreum)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v22.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-cosmoshub-v22.0.0`|[Example](./cosmoshub)|
Expand Down
4 changes: 2 additions & 2 deletions chihuahua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v8.0.2`|
|Version|`v9.0.0`|
|Binary|`chihuahuad`|
|Directory|`.chihuahuad`|
|ENV namespace|`CHIHUAHUAD`|
|Repository|`https://github.com/ChihuahuaChain/chihuahua`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-chihuahua-v8.0.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-chihuahua-v9.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion chihuahua/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
args:
PROJECT: chihuahua
PROJECT_BIN: chihuahuad
VERSION: v8.0.2
VERSION: v9.0.0
REPOSITORY: https://github.com/ChihuahuaChain/chihuahua
PROJECT_DIR: .chihuahuad
GOLANG_VERSION: 1.22
Expand Down
2 changes: 1 addition & 1 deletion chihuahua/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.0-chihuahua-v8.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-chihuahua-v9.0.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion chihuahua/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.0-chihuahua-v8.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-chihuahua-v9.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 505c222

Please sign in to comment.