Skip to content

Commit

Permalink
fix chart pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley committed Apr 11, 2024
1 parent e5f50e7 commit 75af491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

/usr/bin/helm unittest --color ./chart/benthos-captain;
/usr/bin/helm unittest --color ./chart;
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]

0 comments on commit 75af491

Please sign in to comment.