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 4cc98d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ check-version-increment: true
upgrade: true
validate-chart-schema: true
validate-yaml: true
chart-dirs:
- chart
4 changes: 1 addition & 3 deletions .github/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ CT_ARGS=""
GIT_SAFE_DIR="false"

if [ "$GIT_SAFE_DIR" != "true" ]; then
git config --global --add safe.directory /charts/chart
git config --global --add safe.directory /chart
fi

CT_ARGS="--charts ${PWD}/charts"

ct lint --config=./.github/chart-testing.yaml
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: blobbot-helm@github.com

0 comments on commit 4cc98d2

Please sign in to comment.