Skip to content

Commit

Permalink
Merge branch 'update-jackal-v3.0.2' into release-v0.3.52
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Oct 30, 2023
2 parents 35897bc + 0d4ad9b commit 61665ef
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 @@ -75,7 +75,7 @@ jobs:
- project: irisnet
version: v2.0.1
- project: jackal
version: v3.0.0
version: v3.0.2
- project: juno
version: v17.1.1
- project: kava
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.11.6-1688984159`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-injective-v1.11.6-1688984159`|[Example](./injective)|
|[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-irisnet-v2.0.1`|[Example](./irisnet)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-jackal-v3.0.0`|[Example](./jackal)|
|[jackal](https://github.com/JackalLabs/canine-chain)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-jackal-v3.0.2`|[Example](./jackal)|
|[juno](https://github.com/CosmosContracts/Juno)|`v17.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-juno-v17.1.1`|[Example](./juno)|
|[kava](https://github.com/Kava-Labs/kava)|`v0.24.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-kava-v0.24.0`|[Example](./kava)|
|[kichain](https://github.com/KiFoundation/ki-tools)|`5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-kichain-5.0.1`|[Example](./kichain)|
Expand Down
4 changes: 2 additions & 2 deletions jackal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v3.0.0`|
|Version|`v3.0.2`|
|Binary|`canined`|
|Directory|`.canine`|
|ENV namespace|`CANINED`|
|Repository|`https://github.com/JackalLabs/canine-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-jackal-v3.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.51-jackal-v3.0.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion jackal/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: jackal
PROJECT_BIN: canined
VERSION: v3.0.0
VERSION: v3.0.2
REPOSITORY: https://github.com/JackalLabs/canine-chain
NAMESPACE: CANINED
PROJECT_DIR: .canine
Expand Down
2 changes: 1 addition & 1 deletion jackal/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.51-jackal-v3.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-jackal-v3.0.2
env:
- MONIKER=my-moniker-1
- CHAIN_ID=jackal-1
Expand Down
2 changes: 1 addition & 1 deletion jackal/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.51-jackal-v3.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.51-jackal-v3.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 61665ef

Please sign in to comment.