Skip to content

Commit

Permalink
ci: add step to add helm repos
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Aug 4, 2022
1 parent 6f7b034 commit 8f50b17
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add Helm dependency repos
run: |
helm repo add hirosystems https://charts.hiro.so/hirosystems
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Release Hiro Systems charts
uses: helm/[email protected]
with:
charts_dir: hirosystems
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pages-index-path: hirosystems/index.yaml
2 changes: 1 addition & 1 deletion hirosystems/bitcoin-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords:
maintainers:
- name: Hiro Systems
url: https://github.com/hirosystems/charts
name: bitcoind
name: bitcoin-core
sources:
- https://github.com/bitcoin/bitcoin
- https://github.com/ruimarinho/docker-bitcoin-core
Expand Down
6 changes: 3 additions & 3 deletions hirosystems/stacks-blockchain-api/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 0.1.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.21
version: 11.6.24
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.16.1
digest: sha256:4e1aec741a35276b1e1cd57eff4e95e4ed8294b97b861f284814fa06eecc531f
generated: "2022-08-01T14:01:37.36398-04:00"
digest: sha256:051bcdbc3db89065e22e848f1c3c21a618881fa80a172638e95e594bf8d4422c
generated: "2022-08-04T14:52:53.071902-04:00"
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ sources:
- https://github.com/hirosystems/stacks-blockchain-api
- https://docs.hiro.so/api
- https://docs.hiro.so/get-started/stacks-blockchain-api
version: 0.1.0
version: 0.1.1
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ name: stacks-blockchain
sources:
- https://github.com/stacks-network/stacks-blockchain
- https://docs.stacks.co/
version: 0.1.0
version: 0.1.1

0 comments on commit 8f50b17

Please sign in to comment.