Compare commits

..

1 Commits

Author SHA1 Message Date
c475dcbe9b Update helm/chart-testing-action action to v2.8.0
Some checks failed
lint-and-test / lint-helm (pull_request) Failing after 21s
lint-and-test / chart-testing (pull_request) Failing after 59s
2025-12-15 20:27:04 +00:00

View File

@@ -171,7 +171,7 @@ jobs:
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do
if [[ "$cmd" == "*oci://*" ]]; then
if [[ "$cmd" == "helm repo add oci:*" ]]; then
echo ">> Ignoring OCI repo"
else
echo "$cmd" | sh;