Parent
#3515
What to build
A non-blocking CI safety net that flags vendor-schema drift when a chart version is bumped, so maintainers can note likely-breaking changes without owning an ongoing migration mechanism.
End-to-end behavior:
- When a PR changes a chart version in
charts/dependencies.yaml, CI diffs the old vs. new vendor values.schema.json (for charts that ship one) and posts a summary comment on the PR.
- The check is informational only — never a merge gate — and does not attempt to auto-migrate anything.
- Charts without a vendor schema are skipped.
Acceptance criteria
Blocked by
None - can start immediately.
Parent
#3515
What to build
A non-blocking CI safety net that flags vendor-schema drift when a chart version is bumped, so maintainers can note likely-breaking changes without owning an ongoing migration mechanism.
End-to-end behavior:
charts/dependencies.yaml, CI diffs the old vs. new vendorvalues.schema.json(for charts that ship one) and posts a summary comment on the PR.Acceptance criteria
values.schema.jsondiff.Blocked by
None - can start immediately.