Skip to content

Commit

Permalink
Merge branch 'update-omniflixhub-v4.1.1' into release-v0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jul 10, 2024
2 parents 1c51908 + dbe1619 commit 6b6ccba
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 @@ -111,7 +111,7 @@ jobs:
- project: nois
version: v1.0.5
- project: omniflixhub
version: v4.0.0
version: v4.1.1
- project: osmosis
version: v25.1.1
- project: panacea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-migaloo-v3.0.2`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v4.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-neutron-v4.0.1`|[Example](./neutron)|
|[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-nois-v1.0.5`|[Example](./nois)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v4.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-omniflixhub-v4.0.0`|[Example](./omniflixhub)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v4.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-omniflixhub-v4.1.1`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v25.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-osmosis-v25.1.1`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-panacea-v2.2.0`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-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|`v4.0.0`|
|Version|`v4.1.1`|
|Binary|`omniflixhubd`|
|Directory|`.omniflixhub`|
|ENV namespace|`OMNIFLIXHUBD`|
|Repository|`https://github.com/OmniFlix/omniflixhub`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-omniflixhub-v4.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.20-omniflixhub-v4.1.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: omniflixhub
PROJECT_BIN: omniflixhubd
PROJECT_DIR: .omniflixhub
VERSION: v4.0.0
VERSION: v4.1.1
REPOSITORY: https://github.com/OmniFlix/omniflixhub
NAMESPACE: OMNIFLIXHUBD
GOLANG_VERSION: 1.21-bullseye
Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/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.4.20-omniflixhub-v4.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.20-omniflixhub-v4.1.1
env:
- MONIKER=node_1
# - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/chain.json
Expand Down
2 changes: 1 addition & 1 deletion omniflixhub/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.4.20-omniflixhub-v4.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.20-omniflixhub-v4.1.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 6b6ccba

Please sign in to comment.