Skip to content

Commit

Permalink
Update Passage to v2.0.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Aug 7, 2023
1 parent 62fde24 commit f6b0b8f
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 @@ -109,7 +109,7 @@ jobs:
- project: panacea
version: v2.0.5
- project: passage
version: v1.1.0
version: v2.0.0
- project: persistence
version: v3.2.0
- project: regen
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v0.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-omniflixhub-v0.11.1`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v16.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-osmosis-v16.1.0`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-panacea-v2.0.5`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v1.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-passage-v1.1.0`|[Example](./passage)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-passage-v2.0.0`|[Example](./passage)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v3.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-persistence-v3.2.0`|[Example](./persistence)|
|[regen](https://github.com/regen-network/regen-ledger)|`v5.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-regen-v5.1.1`|[Example](./regen)|
|[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-rizon-v0.4.1`|[Example](./rizon)|
Expand Down
4 changes: 2 additions & 2 deletions passage/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|`passage`|
|Directory|`.passage`|
|ENV namespace|`PASSAGE`|
|Repository|`https://github.com/envadiv/Passage3D`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-passage-v1.1.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.42-passage-v2.0.0`|

## Examples

Expand Down
3 changes: 2 additions & 1 deletion passage/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ services:
args:
PROJECT: passage
PROJECT_BIN: passage
VERSION: v1.1.0
VERSION: v2.0.0
REPOSITORY: https://github.com/envadiv/Passage3D
NAMESPACE: PASSAGE
PROJECT_DIR: .passage
GOLANG_VERSION: 1.20-buster
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion passage/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.42-passage-v1.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-passage-v2.0.0
env:
- MONIKER=my-moniker-1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/chain.json
Expand Down
2 changes: 1 addition & 1 deletion passage/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.42-passage-v1.1.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-passage-v2.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit f6b0b8f

Please sign in to comment.