Skip to content

Commit

Permalink
Update Chihuahua to v9.0.1 (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Feb 12, 2025
1 parent 7e2299c commit 77dde22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.2-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-canto-v8.1.1`|[Example](./canto)|
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cheqd-0.6.9`|[Example](./cheqd)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.0`|[Example](./chihuahua)|
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.1`|[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.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-cosmoshub-v22.1.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|`v9.0.0`|
|Version|`v9.0.1`|
|Binary|`chihuahuad`|
|Directory|`.chihuahuad`|
|ENV namespace|`CHIHUAHUAD`|
|Repository|`https://github.com/ChihuahuaChain/chihuahua`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.1`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions chihuahua/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
args:
PROJECT: chihuahua
PROJECT_BIN: chihuahuad
VERSION: v9.0.0
VERSION: v9.0.1
REPOSITORY: https://github.com/ChihuahuaChain/chihuahua
PROJECT_DIR: .chihuahuad
GOLANG_VERSION: 1.22
GOLANG_VERSION: 1.23
ports:
- '26656:26656'
- '26657:26657'
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.2-chihuahua-v9.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.1
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.2-chihuahua-v9.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.2-chihuahua-v9.0.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 77dde22

Please sign in to comment.