From aca1bb14085738d045f097e8c7d61bdf326d6799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Maciusiak?= <158472457+pmacius@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:53:57 +0200 Subject: [PATCH] OPSEXP-3437 Increase ingress creation timeout for setup-kind action (#4741) * OPSEXP-3437 Increase ingress creation timeout * Update .github/actions/deploy-local-acs/action.yml --- .github/actions/deploy-local-acs/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/deploy-local-acs/action.yml b/.github/actions/deploy-local-acs/action.yml index 40b4b671e..b0882bfd4 100644 --- a/.github/actions/deploy-local-acs/action.yml +++ b/.github/actions/deploy-local-acs/action.yml @@ -36,9 +36,10 @@ runs: password: ${{ inputs.quay_password }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.28.1 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.31.0 with: ingress-nginx-ref: controller-v1.8.2 + ingress-creation-timeout: 180s - name: Set nginx ingress config shell: bash