Skip to content

Commit 408fd4b

Browse files
authored
Update Passage to v2.6.0 (#1075)
1 parent 81c6429 commit 408fd4b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
9999
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v6.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-omniflixhub-v6.0.0`|[Example](./omniflixhub)|
100100
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v29.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-osmosis-v29.0.1`|[Example](./osmosis)|
101101
|[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-panacea-v2.2.0`|[Example](./panacea)|
102-
|[passage](https://github.com/envadiv/Passage3D)|`v2.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.5.0`|[Example](./passage)|
102+
|[passage](https://github.com/envadiv/Passage3D)|`v2.6.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.6.0`|[Example](./passage)|
103103
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-persistence-v10.3.0`|[Example](./persistence)|
104104
|[regen](https://github.com/regen-network/regen-ledger)|`v5.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-regen-v5.1.1`|[Example](./regen)|
105105
|[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-rizon-v0.4.1`|[Example](./rizon)|

passage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v2.5.0`|
5+
|Version|`v2.6.0`|
66
|Binary|`passage`|
77
|Directory|`.passage`|
88
|ENV namespace|`PASSAGE`|
99
|Repository|`https://github.com/envadiv/Passage3D`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.5.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.6.0`|
1111

1212
## Examples
1313

passage/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
args:
66
PROJECT: passage
77
PROJECT_BIN: passage
8-
VERSION: v2.5.0
8+
VERSION: v2.6.0
99
REPOSITORY: https://github.com/envadiv/Passage3D
1010
PROJECT_DIR: .passage
1111
GOLANG_VERSION: "1.20"

passage/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.5.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.6.0
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

passage/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.5.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.19-passage-v2.6.0
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)