From 6f15effeeb86769d6c1b6cb7b058417f328b21aa Mon Sep 17 00:00:00 2001 From: bvolovat Date: Tue, 31 Mar 2026 19:48:46 +0300 Subject: [PATCH] pass component prerelease image tag to E2E tests Replace the hardcoded charts_name (already defaulted in the receiver) with component_image_tags so system tests run against the actual pre-release image instead of the default release. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/incluster-comp-pr-merged.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/incluster-comp-pr-merged.yaml b/.github/workflows/incluster-comp-pr-merged.yaml index dcf1338c4..ad7c63646 100644 --- a/.github/workflows/incluster-comp-pr-merged.yaml +++ b/.github/workflows/incluster-comp-pr-merged.yaml @@ -202,9 +202,9 @@ jobs: -f "client_payload[systests_branch]=${{ inputs.SYSTEM_TESTS_BRANCH }}" \ -f "client_payload[in_cluster_chart_branch]=${{ inputs.HELM_BRANCH }}" \ -f "client_payload[ks_branch]=release" \ - -f "client_payload[charts_name]=kubescape-operator" \ - -f "client_payload[charts_repo]=kubescape/helm-charts" - + -f "client_payload[charts_repo]=kubescape/helm-charts" \ + -f "client_payload[component_image_tags]=${{ inputs.COMPONENT_NAME }}-tag=${{ needs.docker-build.outputs.IMAGE_TAG_PRERELEASE }}" + echo "Dispatch completed" - name: Find E2E workflow run