Skip to content

Commit

Permalink
Upgrade Gitopia to v5.1.0 (#981)
Browse files Browse the repository at this point in the history
* Update README.md

* Update build.yml

* Update deploy.yml

* Update docker-compose.yml

* Update README.md

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Switch build cmd to make build

---------

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
rodri-r and tombeynon authored Feb 4, 2025
1 parent 5591426 commit d501a44
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-empowerchain-v2.0.0`|[Example](./empowerchain)|
|[evmos](https://github.com/evmos/evmos)|`v20.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-evmos-v20.0.0`|[Example](./evmos)|
|[fetchhub](https://github.com/fetchai/fetchd)|`v0.11.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-fetchhub-v0.11.3`|[Example](./fetchhub)|
|[gitopia](https://github.com/gitopia/gitopia)|`v2.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gitopia-v2.1.1`|[Example](./gitopia)|
|[gitopia](https://github.com/gitopia/gitopia)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gitopia-v5.1.0`|[Example](./gitopia)|
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-impacthub-v0.18.1`|[Example](./impacthub)|
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-injective-v1.13.3`|[Example](./injective)|
Expand Down
4 changes: 2 additions & 2 deletions gitopia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v2.1.1`|
|Version|`v5.1.0`|
|Binary|`gitopiad`|
|Directory|`.gitopia`|
|ENV namespace|`GITOPIAD`|
|Repository|`https://github.com/gitopia/gitopia`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gitopia-v2.1.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gitopia-v5.1.0`|

## Examples

Expand Down
5 changes: 3 additions & 2 deletions gitopia/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ services:
PROJECT: gitopia
PROJECT_BIN: gitopiad
PROJECT_DIR: .gitopia
VERSION: v2.1.1
VERSION: v5.1.0
REPOSITORY: https://github.com/gitopia/gitopia
GOLANG_VERSION: 1.19
BUILD_CMD: make build
BINARY_PATH: build/gitopiad
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion gitopia/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.2.0-gitopia-v2.1.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gitopia-v5.1.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion gitopia/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.2.0-gitopia-v2.1.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-gitopia-v5.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit d501a44

Please sign in to comment.