ci: handle errors in helm templating
renovate / renovate (push) Successful in 11m51s

This commit is contained in:
2026-05-17 22:11:14 -05:00
parent 9f162d6d8e
commit 62f3b61e9d
2 changed files with 19 additions and 2 deletions
+1
View File
@@ -343,6 +343,7 @@ jobs:
helm dependency build "${CHART_PATH}" --skip-refresh
set -o pipefail
if ! helm template "${DIR}" "${CHART_PATH}" --include-crds --namespace default --api-versions "gateway.networking.k8s.io/v1/HTTPRoute,monitoring.coreos.com/v1,monitoring.coreos.com/v1/ServiceMonitor" | \
kubeconform \
${SCHEMA_LOCATIONS} \