Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.15.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-injective-v1.15.0`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v3.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-irisnet-v3.1.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v4.6.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-jackal-v4.6.0`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v28.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-juno-v28.0.2`|[Example](./juno)|
|[juno](https://github.com/CosmosContracts/Juno)|`v29.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-juno-v29.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-konstellation-v0.5.0`|[Example](./konstellation)|
Expand Down
4 changes: 2 additions & 2 deletions juno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v28.0.2`|
|Version|`v29.0.0`|
|Binary|`junod`|
|Directory|`.juno`|
|ENV namespace|`JUNOD`|
|Repository|`https://github.com/CosmosContracts/juno`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-juno-v28.0.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.18-juno-v29.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion juno/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PROJECT: juno
PROJECT_BIN: junod
PROJECT_DIR: .juno
VERSION: v28.0.2
VERSION: v29.0.0
REPOSITORY: https://github.com/CosmosContracts/juno
GOLANG_VERSION: 1.23
ports:
Expand Down
2 changes: 1 addition & 1 deletion juno/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.18-juno-v28.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.18-juno-v29.0.0
env:
- MONIKER=Cosmos Omnibus Node
# Non-standard genesis filename in ZIP
Expand Down
2 changes: 1 addition & 1 deletion juno/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.18-juno-v28.0.2
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.18-juno-v29.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down