diff --git a/.github/workflows/release-push-image.yaml b/.github/workflows/release-push-image.yaml index 012cd79d..4fc95bd1 100644 --- a/.github/workflows/release-push-image.yaml +++ b/.github/workflows/release-push-image.yaml @@ -137,4 +137,4 @@ jobs: - name: Push helm chart run: | - helm push hedera-block-node-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node/charts + helm push hedera-block-node-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node diff --git a/charts/hedera-block-node/Chart.yaml b/charts/hedera-block-node/Chart.yaml index 9251b953..a599ba38 100644 --- a/charts/hedera-block-node/Chart.yaml +++ b/charts/hedera-block-node/Chart.yaml @@ -10,7 +10,7 @@ keywords: maintainers: - name: Hedera Block Node Team email: blocknode@hashgraph.com -name: hedera-block-node-chart +name: block-node-helm-chart sources: - https://github.com/hashgraph/hedera-block-node version: 0.3.0-SNAPSHOT