diff --git a/.github/test.sh b/.github/test.sh index 7844834..1b312e9 100644 --- a/.github/test.sh +++ b/.github/test.sh @@ -1,3 +1,3 @@ #!/bin/bash -/usr/bin/helm unittest --color ./chart/benthos-captain; +/usr/bin/helm unittest --color ./chart; diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 2ae9321..52ec0bd 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -62,7 +62,7 @@ jobs: branch: main target_dir: benthos-captain index_dir: . - charts_dir: chart/ + charts_dir: . charts_url: https://benthosdev.github.io/charts commit_username: blobbot-helm commit_email: blobbot-helm@github.com