Skip to content

Commit

Permalink
Publish the packaged ethereum bridge chart on release
Browse files Browse the repository at this point in the history
Solves #271
  • Loading branch information
robvanmieghem committed Jan 21, 2024
1 parent deb3ec6 commit 001f988
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish_helmcharts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,20 @@ jobs:
asset_name: tftbscbridge-${{ steps.semver.outputs.non-prefixed }}.tgz
asset_content_type: application/gzip


- name: Package tftethbridge chart
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm package -d packagedcharts --app-version ${{ steps.semver.outputs.non-prefixed }} --version ${{ steps.semver.outputs.non-prefixed }} ethereum/helmchart/tftethbridge

- name: Upload tftethbridge packaged chart
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: packagedcharts/tftethbridge-${{ steps.semver.outputs.non-prefixed }}.tgz
asset_name: tftethbridge-${{ steps.semver.outputs.non-prefixed }}.tgz
asset_content_type: application/gzip


2 changes: 1 addition & 1 deletion bsc/helmchart/tftbscbridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ relay_psk: ""
eth_url: "ws://xxx.xx.xx.xx:8546"

# Rescan from a certain blockheight
# If set to 0, it will just take the current blockheight from the lightnode
# If set to 0, it will just take the current blockheight
rescan_height: 100

# Deposit fee in TFT
Expand Down
2 changes: 1 addition & 1 deletion ethereum/helmchart/tftethbridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ relay_psk: ""
eth_url: ""

# Rescan from a certain blockheight
# If set to 0, it will just take the current blockheight from the lightnode
# If set to 0, it will just take the current blockheight
rescan_height: 0

# Deposit fee in TFT
Expand Down

0 comments on commit 001f988

Please sign in to comment.