From c0db9f3b5c31106d014f523bc1d5e8fa0dc8153d Mon Sep 17 00:00:00 2001 From: bvolovat Date: Tue, 31 Mar 2026 19:48:34 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/incluster-comp-pr-merged.yaml b/.github/workflows/incluster-comp-pr-merged.yaml index b9bf7b3..2f733b9 100644 --- a/.github/workflows/incluster-comp-pr-merged.yaml +++ b/.github/workflows/incluster-comp-pr-merged.yaml @@ -286,8 +286,8 @@ 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"