From 815536376a10c008a55ab30bd5306295f3be2407 Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Mon, 3 Aug 2026 16:53:43 +0200 Subject: [PATCH] Use main branch for operators repo to avoid build issues Signed-off-by: Jakub Stejskal --- .github/workflows/test-integrations.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index e97a41b..7653f3f 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -29,7 +29,8 @@ jobs: project: # Strimzi Operator - Full pipeline with containers and Helm - repo: "strimzi/strimzi-kafka-operator" - ref: "release-1.1.x" + # There was problem with prometheus download urls which was fixed in main and will be part of 1.2.x + ref: "main" artifactSuffix: "operators" architecture: "amd64" buildContainers: true