Commit 2a91975
committed
fix: pin e2e coraza-waf to a pullable fixed image
The downstream gateway e2e config pinned the WAF filter as the bare tag
`coraza-waf:v1.1.1-dev2`, which has no registry and cannot be pulled in CI,
and predates the TPP Enforce listener-reject / response-phase fixes. The Envoy
listener never programs (Programmed=Unknown), so the
`trafficprotectionpolicy-enforce-serves-traffic` chainsaw test fails on main
and gates every PR.
Point the initContainer at the published, fixed image.
Key changes:
- Pin coraza-waf initContainer to
ghcr.io/datum-labs/coraza-envoy-go-filter/coraza-waf:v1.3.0-alpha101 parent fbf7acc commit 2a91975
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments