Skip to content

Commit

Permalink
Update Omniflix to v5.1.0 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Jan 20, 2025
1 parent a6b3255 commit 6858424
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v4.2.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-migaloo-v4.2.7`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-neutron-v5.0.6`|[Example](./neutron)|
|[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-noble-v5.0.0`|[Example](./noble)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.0.1`|[Example](./omniflixhub)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.1.0`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-osmosis-v28.0.0`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-panacea-v2.2.0`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-passage-v2.4.0`|[Example](./passage)|
Expand Down
4 changes: 2 additions & 2 deletions omniflixhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v5.0.1`|
|Version|`v5.1.0`|
|Binary|`omniflixhubd`|
|Directory|`.omniflixhub`|
|ENV namespace|`OMNIFLIXHUBD`|
|Repository|`https://github.com/OmniFlix/omniflixhub`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.1.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PROJECT: omniflixhub
PROJECT_BIN: omniflixhubd
PROJECT_DIR: .omniflixhub
VERSION: v5.0.1
VERSION: v5.1.0
REPOSITORY: https://github.com/OmniFlix/omniflixhub
GOLANG_VERSION: 1.22
DEBIAN_VERSION: bullseye
Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.1.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.2-omniflixhub-v5.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 6858424

Please sign in to comment.