Skip to content

Commit

Permalink
Update Kava to v0.24.0 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Jul 12, 2023
1 parent 4855816 commit 0cad4f0
Show file tree
Hide file tree
Showing 6 changed files with 8 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 @@ -77,7 +77,7 @@ jobs:
- project: juno
version: v15.0.0
- project: kava
version: v0.23.1
version: v0.24.0
- project: kichain
version: 5.0.1
- project: konstellation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-jackal-v2.0.1`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v15.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-juno-v15.0.0`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.23.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kava-v0.23.1`|[Example](./kava)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.24.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kava-v0.24.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-konstellation-v0.5.0`|[Example](./konstellation)|
|[kujira](https://github.com/Team-Kujira/core)|`v0.8.7`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kujira-v0.8.7`|[Example](./kujira)|
Expand Down
4 changes: 2 additions & 2 deletions kava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.23.1`|
|Version|`v0.24.0`|
|Binary|`kava`|
|Directory|`.kava`|
|ENV namespace|`KAVA`|
|Repository|`https://github.com/Kava-Labs/kava`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kava-v0.23.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kava-v0.24.0`|

## Examples

Expand Down
3 changes: 2 additions & 1 deletion kava/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ services:
args:
PROJECT: kava
PROJECT_BIN: kava
VERSION: v0.23.1
VERSION: v0.24.0
REPOSITORY: https://github.com/Kava-Labs/kava
NAMESPACE: KAVA
GOLANG_VERSION: 1.20-buster
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion kava/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.39-kava-v0.23.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kava-v0.24.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/chain.json
Expand Down
2 changes: 1 addition & 1 deletion kava/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.39-kava-v0.23.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.39-kava-v0.24.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 0cad4f0

Please sign in to comment.