Skip to content

Commit

Permalink
improved Readme to include dependency update and added step to chart …
Browse files Browse the repository at this point in the history
…ci test

Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Nov 21, 2024
1 parent ebd3ac4 commit 7ec9819
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0

- name: Update chart dependency
if: steps.list-changed.outputs.changed == 'true'
run: helm dependency update charts/hedera-block-node

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
3 changes: 2 additions & 1 deletion charts/hedera-block-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ helm template --name-template my-bn hedera-block-node/ --dry-run --output-dir ou
To install the chart:
```bash
helm repo add hedera-block-node https://hashgraph.github.io/hedera-block-node/charts
helm install "${RELEASE}" hedera-block-node/hedera-block-node -f <path-to-custom-values-file>
helm dependency update charts/hedera-block-node
helm install "${RELEASE}" charts/hedera-block-node -f <path-to-custom-values-file>
```
*Note:* If using the chart directly after cloning the github repo, there is no need to add the repo. and install can be directly.
Assuming you are at the root folder of the repo.
Expand Down

0 comments on commit 7ec9819

Please sign in to comment.