Commit 84c7e7f
ci(e2e): fix ko >=v0.19 SBOM push failure on plain-HTTP registry
ko v0.19 unconditionally attempts HTTPS when writing SBOMs, causing
the E2E job to fail with "http: server gave HTTP response to HTTPS
client" against the plain-HTTP KinD registry (registry.local:5000).
Set KO_FLAGS=--insecure-registry in the e2e-matrix env block so that
both image pushes and SBOM writes use plain HTTP for the local
registry. The flag is already forwarded to `ko apply` via $(KO_FLAGS)
in the Makefile apply target, so no Makefile change is needed.
Signed-off-by: Jawed khelil <jkhelil@redhat.com>
Assisted-by: Claude Sonnet 4.6 (via Cursor)
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 8ef8dd0 commit 84c7e7f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments