Skip to content

Commit

Permalink
updating chart instructions after renaming the chart name
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Nov 27, 2024
1 parent 60c47a7 commit 3269ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/hedera-block-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ helm template --name-template my-bn hedera-block-node/ --dry-run --output-dir ou

To pull the packaged chart from public repo:
```bash
helm pull oci://ghcr.io/hashgraph/hedera-block-node/charts/hedera-block-node-chart --version "${VERSION}"
helm pull oci://ghcr.io/hashgraph/hedera-block-node/block-node-helm-chart --version "${VERSION}"
```

To install the chart with default values:
```bash
helm install "${RELEASE}" hedera-block-node/charts/hedera-block-node-chart-$VERSION.tgz
helm install "${RELEASE}" hedera-block-node/charts/block-node-helm-chart-$VERSION.tgz
```

To install the chart with custom values:
```bash
helm install "${RELEASE}" hedera-block-node/charts/hedera-block-node-chart-$VERSION.tgz -f <path-to-custom-values-file>
helm install "${RELEASE}" hedera-block-node/charts/block-node-helm-chart-$VERSION.tgz -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.
Expand Down

0 comments on commit 3269ad4

Please sign in to comment.