Skip to content

Commit 4cc98d2

Browse files
committed
fix chart pipelines
1 parent e5f50e7 commit 4cc98d2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/chart-testing.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ check-version-increment: true
55
upgrade: true
66
validate-chart-schema: true
77
validate-yaml: true
8+
chart-dirs:
9+
- chart

.github/lint.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ CT_ARGS=""
44
GIT_SAFE_DIR="false"
55

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

10-
CT_ARGS="--charts ${PWD}/charts"
11-
1210
ct lint --config=./.github/chart-testing.yaml

.github/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
/usr/bin/helm unittest --color ./chart/benthos-captain;
3+
/usr/bin/helm unittest --color ./chart;

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
branch: main
6363
target_dir: benthos-captain
6464
index_dir: .
65-
charts_dir: chart/
65+
charts_dir: .
6666
charts_url: https://benthosdev.github.io/charts
6767
commit_username: blobbot-helm
6868
commit_email: blobbot-helm@github.com

0 commit comments

Comments
 (0)