diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8b0b10..878fd8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/chart-releaser-action@v1.4.0 with: charts_dir: hirosystems + config: cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/cr.yaml b/cr.yaml new file mode 100644 index 0000000..b9dbbcd --- /dev/null +++ b/cr.yaml @@ -0,0 +1 @@ +pages-index-path: hirosystems/index.yaml diff --git a/hirosystems/bitcoin-core/Chart.yaml b/hirosystems/bitcoin-core/Chart.yaml index 17a4c4e..0587d5b 100644 --- a/hirosystems/bitcoin-core/Chart.yaml +++ b/hirosystems/bitcoin-core/Chart.yaml @@ -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 diff --git a/hirosystems/stacks-blockchain-api/Chart.lock b/hirosystems/stacks-blockchain-api/Chart.lock index b49d1e9..10dd43f 100644 --- a/hirosystems/stacks-blockchain-api/Chart.lock +++ b/hirosystems/stacks-blockchain-api/Chart.lock @@ -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" diff --git a/hirosystems/stacks-blockchain-api/Chart.yaml b/hirosystems/stacks-blockchain-api/Chart.yaml index 1e7dea4..183e6ae 100644 --- a/hirosystems/stacks-blockchain-api/Chart.yaml +++ b/hirosystems/stacks-blockchain-api/Chart.yaml @@ -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 diff --git a/hirosystems/stacks-blockchain/Chart.yaml b/hirosystems/stacks-blockchain/Chart.yaml index e555bb8..05f0ad6 100644 --- a/hirosystems/stacks-blockchain/Chart.yaml +++ b/hirosystems/stacks-blockchain/Chart.yaml @@ -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