diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 46862869f..d22e1f604 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -72,6 +72,7 @@ jobs: 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 72e0bd97d..a5e70fea7 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -89,6 +89,7 @@ jobs: 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: >-