From 57d5ccbe4269428cdef60dd12ffd039672c1d3da Mon Sep 17 00:00:00 2001 From: pmacius Date: Wed, 17 Apr 2024 10:42:46 +0200 Subject: [PATCH] fix --- .github/workflows/helm-community.yml | 4 +--- .github/workflows/helm-enterprise.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index d22e1f604..5ce2453a4 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -68,11 +68,9 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.22.6 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0 with: ingress-nginx-ref: controller-v1.8.2 - kind-version: v0.22.0 - kind-node-image: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 - name: Set nginx ingress config run: | diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index a5e70fea7..b5016499a 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -84,12 +84,10 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.22.6 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0 with: ingress-nginx-ref: controller-v1.8.2 metrics: "true" - kind-version: v0.22.0 - kind-node-image: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 - name: Set nginx ingress config run: >-