diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb4bcf198..f4da42388 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -107,7 +107,7 @@ jobs: - project: nois version: v1.0.5 - project: omniflixhub - version: v2.0.0 + version: v2.1.0 - project: osmosis version: v22.0.0 - project: panacea diff --git a/README.md b/README.md index 7b4ae0c24..cce3bc43c 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,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.6-migaloo-v3.0.2`|[Example](./migaloo)| |[neutron](https://github.com/neutron-org/neutron)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-neutron-v2.0.1`|[Example](./neutron)| |[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-nois-v1.0.5`|[Example](./nois)| -|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.0.0`|[Example](./omniflixhub)| +|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v2.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.1.0`|[Example](./omniflixhub)| |[osmosis](https://github.com/osmosis-labs/osmosis)|`v22.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-osmosis-v22.0.0`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-panacea-v2.0.5`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-passage-v2.3.0`|[Example](./passage)| diff --git a/omniflixhub/README.md b/omniflixhub/README.md index 235e84e4c..b59a0fd7b 100644 --- a/omniflixhub/README.md +++ b/omniflixhub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v2.0.0`| +|Version|`v2.1.0`| |Binary|`omniflixhubd`| |Directory|`.omniflixhub`| |ENV namespace|`OMNIFLIXHUBD`| |Repository|`https://github.com/OmniFlix/omniflixhub`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.0.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.1.0`| ## Examples diff --git a/omniflixhub/build.yml b/omniflixhub/build.yml index f995d9a2b..7a3473ad4 100644 --- a/omniflixhub/build.yml +++ b/omniflixhub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: omniflixhub PROJECT_BIN: omniflixhubd PROJECT_DIR: .omniflixhub - VERSION: v2.0.0 + VERSION: v2.1.0 REPOSITORY: https://github.com/OmniFlix/omniflixhub NAMESPACE: OMNIFLIXHUBD GOLANG_VERSION: 1.21-bullseye diff --git a/omniflixhub/deploy.yml b/omniflixhub/deploy.yml index 6e2a05a2b..d45e88c15 100644 --- a/omniflixhub/deploy.yml +++ b/omniflixhub/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.1.0 env: - MONIKER=node_1 # - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/chain.json diff --git a/omniflixhub/docker-compose.yml b/omniflixhub/docker-compose.yml index 0a34a7508..61de47299 100644 --- a/omniflixhub/docker-compose.yml +++ b/omniflixhub/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.0.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.6-omniflixhub-v2.1.0 ports: - '26656:26656' - '26657:26657'