From 75af49106c59ff4451d92c58626e39f2cb983a0c Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Thu, 11 Apr 2024 19:43:49 +0100 Subject: [PATCH] fix chart pipelines --- .github/test.sh | 2 +- .github/workflows/release-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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