Skip to content

Commit 9bc4fed

Browse files
emsearcyCopilot
andauthored
Update .github/workflows/mega-linter.yml
Co-authored-by: Copilot <[email protected]> Signed-off-by: Eric Searcy <[email protected]>
1 parent 2a3294d commit 9bc4fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
for chart in charts/*; do
3939
if [ -f "${chart}/Chart.lock" ]; then
4040
yq -r '.dependencies[] | select(.repository | contains("oci://") == false) | "\(.name) \(.repository)"' \
41-
"${chart}/Chart.yaml" | xargs -L1 helm repo add
41+
"${chart}/Chart.yaml" | xargs -L1 helm repo add --force-update
4242
helm dependency build "${chart}"
4343
fi
4444
done

0 commit comments

Comments
 (0)