From 3269ad45f5e756382ac3f5fa97b9dfbc78b8416c Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 27 Nov 2024 14:10:09 -0600 Subject: [PATCH] updating chart instructions after renaming the chart name Signed-off-by: Alfredo Gutierrez --- charts/hedera-block-node/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/hedera-block-node/README.md b/charts/hedera-block-node/README.md index 81e3edcb..374a09e7 100644 --- a/charts/hedera-block-node/README.md +++ b/charts/hedera-block-node/README.md @@ -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 +helm install "${RELEASE}" hedera-block-node/charts/block-node-helm-chart-$VERSION.tgz -f ``` *Note:* If using the chart directly after cloning the github repo, there is no need to add the repo. and install can be directly.