Skip to content

Commit e3d8661

Browse files
committed
e2e: pass --allow-insecure-registry in tag resolution test
The bink in-cluster registry serves HTTP only, so the test needs the insecure fallback when patching the controller deployment. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Alice Frosi <afrosi@redhat.com>
1 parent 4376138 commit e3d8661

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/e2e/bootcnode_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ func TestTagResolution(t *testing.T) {
289289

290290
ctx := context.Background()
291291

292-
// Shorten the tag resolution interval so re-resolution happens quickly.
293-
patchControllerTestFlags(t, "--tag-resolution-interval=10s")
292+
// Allow insecure registry access (the bink in-cluster registry serves HTTP only)
293+
// and shorten the tag resolution interval so re-resolution happens quickly.
294+
patchControllerTestFlags(t, "--allow-insecure-registry", "--tag-resolution-interval=10s")
294295

295296
nodeName := env.AddNode(t)
296297

0 commit comments

Comments
 (0)