From 711bb5b9b15ba58ae0631b54684181ea33955ca6 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 27 Nov 2024 13:14:26 -0600 Subject: [PATCH] changed the chart name and publish repo as suggested by Nathan Signed-off-by: Alfredo Gutierrez --- .github/workflows/release-push-image.yaml | 2 +- charts/hedera-block-node/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-push-image.yaml b/.github/workflows/release-push-image.yaml index 012cd79d7..4fc95bd17 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 9251b953c..a599ba38e 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