e2e still pulls nginx:latest with imagePullPolicy: Always. That flakes on registry rate limits and slows cold CI runners.
Pin a digest (or a fixed tag) on the smoke image. Optionally preload it into Kind nodes (LoadImage once #30 exists, or kind load in CI). Change the fixture only; do not change product defaults.
Related: #30.
e2e still pulls
nginx:latestwithimagePullPolicy: Always. That flakes on registry rate limits and slows cold CI runners.Pin a digest (or a fixed tag) on the smoke image. Optionally preload it into Kind nodes (
LoadImageonce #30 exists, orkind loadin CI). Change the fixture only; do not change product defaults.Related: #30.