Skip to content

Commit

Permalink
Update Kujira to v2.0.0 (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Aug 1, 2024
1 parent 9b11317 commit 135b1a0
Show file tree
Hide file tree
Showing 6 changed files with 7 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 @@ -95,7 +95,7 @@ jobs:
- project: konstellation
version: v0.5.0
- project: kujira
version: v1.1.0
version: v2.0.0
- project: kyve
version: v1.5.0
- project: likecoin
Expand Down
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`.
|[kava](https://github.com/Kava-Labs/kava)|`v0.25.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kava-v0.25.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kichain-5.0.1`|[Example](./kichain)|
|[konstellation](https://github.com/konstellation/konstellation)|`v0.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-konstellation-v0.5.0`|[Example](./konstellation)|
|[kujira](https://github.com/Team-Kujira/core)|`v1.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kujira-v1.1.0`|[Example](./kujira)|
|[kujira](https://github.com/Team-Kujira/core)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kujira-v2.0.0`|[Example](./kujira)|
|[kyve](https://github.com/KYVENetwork/chain)|`v1.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kyve-v1.5.0`|[Example](./kyve)|
|[likecoin](https://github.com/likecoin/likecoin-chain)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-likecoin-v4.2.0`|[Example](./likecoin)|
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-lumnetwork-v1.6.3`|[Example](./lumnetwork)|
Expand Down
4 changes: 2 additions & 2 deletions kujira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.1.0`|
|Version|`v2.0.0`|
|Binary|`kujirad`|
|Directory|`.kujira`|
|ENV namespace|`KUJIRAD`|
|Repository|`https://github.com/Team-Kujira/core`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kujira-v1.1.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kujira-v2.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion kujira/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: kujira
PROJECT_BIN: kujirad
PROJECT_DIR: .kujira
VERSION: v1.1.0
VERSION: v2.0.0
REPOSITORY: https://github.com/Team-Kujira/core
NAMESPACE: KUJIRAD
GOLANG_VERSION: 1.21.8-bullseye
Expand Down
2 changes: 1 addition & 1 deletion kujira/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.4.22-kujira-v1.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kujira-v2.0.0
env:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/chain.json
Expand Down
2 changes: 1 addition & 1 deletion kujira/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.4.22-kujira-v1.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.22-kujira-v2.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 135b1a0

Please sign in to comment.