Skip to content

Commit 558bb00

Browse files
authored
Update Chihuahua to v9.0.5 (#1072)
1 parent 822bce0 commit 558bb00

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
6464
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-bostrom-v0.3.2`|[Example](./bostrom)|
6565
|[canto](https://github.com/Canto-Network/Canto)|`v8.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-canto-v8.1.1`|[Example](./canto)|
6666
|[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-cheqd-0.6.9`|[Example](./cheqd)|
67-
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.4`|[Example](./chihuahua)|
67+
|[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v9.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.5`|[Example](./chihuahua)|
6868
|[comdex](https://github.com/comdex-official/comdex)|`v15.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-comdex-v15.3.0`|[Example](./comdex)|
6969
|[coreum](https://github.com/CoreumFoundation/coreum)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-coreum-v5.0.0`|[Example](./coreum)|
7070
|[cosmoshub](https://github.com/cosmos/gaia)|`v24.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-cosmoshub-v24.0.0`|[Example](./cosmoshub)|

chihuahua/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v9.0.4`|
5+
|Version|`v9.0.5`|
66
|Binary|`chihuahuad`|
77
|Directory|`.chihuahuad`|
88
|ENV namespace|`CHIHUAHUAD`|
99
|Repository|`https://github.com/ChihuahuaChain/chihuahua`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.4`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.5`|
1111

1212
## Examples
1313

chihuahua/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
args:
66
PROJECT: chihuahua
77
PROJECT_BIN: chihuahuad
8-
VERSION: v9.0.4
8+
VERSION: v9.0.5
99
REPOSITORY: https://github.com/ChihuahuaChain/chihuahua
1010
PROJECT_DIR: .chihuahuad
1111
GOLANG_VERSION: 1.23

chihuahua/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.4
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.5
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

chihuahua/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.4
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-chihuahua-v9.0.5
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)