From ce48469ea140a8f4b51062a960cce07579052a01 Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Mon, 22 Jun 2026 13:01:27 +0300 Subject: [PATCH] chore(ci): change release test profile Signed-off-by: Maksim Fedotov --- .github/scripts/bash/e2e/profile/registry-profile.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/bash/e2e/profile/registry-profile.env b/.github/scripts/bash/e2e/profile/registry-profile.env index 72fea2bff5..c8d9b6c165 100644 --- a/.github/scripts/bash/e2e/profile/registry-profile.env +++ b/.github/scripts/bash/e2e/profile/registry-profile.env @@ -3,7 +3,7 @@ # prod -> registry.deckhouse.io, install tag = DECKHOUSE_CHANNEL. # stage -> registry-stage.deckhouse.io, install tag = STAGE_DECKHOUSE_VERSION # (stage has only vX.Y.Z tags); SDN is pulled from prod (absent in stage). -REGISTRY_PROFILE=stage +REGISTRY_PROFILE=prod # Release channel (ModuleConfig releaseChannel; also the prod install tag). DECKHOUSE_CHANNEL=alpha