Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoin-sv/spv-wallet-helm
Helm charts for all services within the spv-wallet ecosystem
https://github.com/bitcoin-sv/spv-wallet-helm
bsv helm helm-charts spv-wallet spv-wallet-team spv-wallet-toolkit
Last synced: about 21 hours ago
JSON representation
Helm charts for all services within the spv-wallet ecosystem
- Host: GitHub
- URL: https://github.com/bitcoin-sv/spv-wallet-helm
- Owner: bitcoin-sv
- Created: 2024-02-15T13:49:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:02:52.000Z (26 days ago)
- Last Synced: 2024-11-27T15:20:58.957Z (26 days ago)
- Topics: bsv, helm, helm-charts, spv-wallet, spv-wallet-team, spv-wallet-toolkit
- Language: Smarty
- Homepage: https://docs.bsvblockchain.org/network-topology/applications/spv-wallet
- Size: 339 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPV Wallet tool Components Chart Repository
## Chart release process
To update app version in charts use the following script:
```bash
./update
```> Note: Script requires `yq` and `gh` to be locally installed. It will be checked & installed during the script execution.
Releasing will happen automatically after pushing your changes into main branch. See [release.yaml](.github%2Fworkflows%2Frelease.yaml)
Chart is attached to the github release and index.yaml is updated on the gh-pages branch which is deployed as github pages.