Compare commits

..

2 Commits

Author SHA1 Message Date
2a4b43faeb Update helm/chart-testing-action action to v2.8.0 2025-12-15 20:33:42 +00:00
9fc40afe16 fix match
All checks were successful
renovate / renovate (push) Successful in 32s
2025-12-15 14:33:10 -06: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" == "helm repo add oci:*" ]]; then
if [[ "$cmd" == "*oci://*" ]]; then
echo ">> Ignoring OCI repo"
else
echo "$cmd" | sh;