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

@@ -42,7 +42,7 @@ jobs:
python-version: '3.14'
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
with:
yamale_version: "6.0.0"
@@ -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;