Task · GTO-0003

CI red since 2026-08-10: chart README drifted from its template in cede7dd

Status
In Progress
Priority
high
Labels
needs-triage, ci
Updated
2026-08-16

Description

The baseline CI required by Renovate automerge has been red since cede7dd (2026-08-10). The Helm job exposes two related defects introduced when the chart homepage moved to the documentation site:

The fix must point helm-docs at the parent charts directory and regenerate the README from README.md.gotmpl plus Chart.yaml. Do not edit the generated README alone.

Acceptance Criteria

Definition of Done

Implementation Plan

  1. Regenerate the Helm chart README from its template. 2. Verify the generated file is stable and run the full repository gate.

Implementation Notes

Reproduced 2026-08-16: the existing make target exited 0 without a Found Chart message and left the stale homepage unchanged. Directly using –chart-search-root charts found graph2otel and produced the expected one-line README update. This corrects the earlier task claim that make helm-docs already generated the diff. Evidence class: locally measured (2026-08-16, GTO-0003).

Validation 2026-08-16: make helm-docs logged Found Chart directories [graph2otel] and a second run preserved the README SHA-256 exactly. The CI-only acceptance criterion remains unchecked until the branch runs on GitHub.

View the source file on GitHub