Skip to content

Commit d53755c

Browse files
authored
Update Omniflix to v6.1 (#1147)
1 parent 27bb913 commit d53755c

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
@@ -96,7 +96,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
9696
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-migaloo-v5.0.0`|[Example](./migaloo)|
9797
|[neutron](https://github.com/neutron-org/neutron)|`v6.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-neutron-v6.0.0`|[Example](./neutron)|
9898
|[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-noble-v5.0.0`|[Example](./noble)|
99-
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v6.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-omniflixhub-v6.0.0`|[Example](./omniflixhub)|
99+
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v6.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-omniflixhub-v6.1`|[Example](./omniflixhub)|
100100
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v31.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-osmosis-v31.0.0`|[Example](./osmosis)|
101101
|[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-panacea-v2.2.0`|[Example](./panacea)|
102102
|[passage](https://github.com/envadiv/Passage3D)|`v2.6.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-passage-v2.6.0`|[Example](./passage)|

omniflixhub/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|`v6.0.0`|
5+
|Version|`v6.1`|
66
|Binary|`omniflixhubd`|
77
|Directory|`.omniflixhub`|
88
|ENV namespace|`OMNIFLIXHUBD`|
99
|Repository|`https://github.com/OmniFlix/omniflixhub`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-omniflixhub-v6.0.0`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.36-omniflixhub-v6.1`|
1111

1212
## Examples
1313

omniflixhub/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
PROJECT: omniflixhub
77
PROJECT_BIN: omniflixhubd
88
PROJECT_DIR: .omniflixhub
9-
VERSION: v6.0.0
9+
VERSION: v6.1
1010
REPOSITORY: https://github.com/OmniFlix/omniflixhub
1111
GOLANG_VERSION: 1.24
1212
POLKACHU_CHAIN_ID: omniflix

omniflixhub/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.36-omniflixhub-v6.0.0
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.36-omniflixhub-v6.1
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

omniflixhub/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.36-omniflixhub-v6.0.0
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.36-omniflixhub-v6.1
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)