From c98b6f9aee201b58978db5c3b3a3291d0186e869 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Wed, 14 Feb 2024 21:20:03 +0000 Subject: [PATCH] fix k8s 1.29 test Signed-off-by: Sertac Ozercan --- .github/workflows/upgrade.yaml | 3 ++- .github/workflows/workflow.yaml | 4 +++- test/bats/tests/mutations/mutate_svc.yaml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade.yaml b/.github/workflows/upgrade.yaml index d3730fd0173..0c6ebc04bdf 100644 --- a/.github/workflows/upgrade.yaml +++ b/.github/workflows/upgrade.yaml @@ -21,8 +21,9 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 15 strategy: + fail-fast: false matrix: - HELM_VERSION: ["3.7.2"] + HELM_VERSION: ["3.14.1"] steps: - name: Harden Runner uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index abec7bf569f..344780b2cb8 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -140,6 +140,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 15 strategy: + fail-fast: false matrix: KUBERNETES_VERSION: ["1.26.3", "1.27.1", "1.28.0", "1.29.0"] steps: @@ -198,8 +199,9 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 15 strategy: + fail-fast: false matrix: - HELM_VERSION: ["3.7.2"] + HELM_VERSION: ["3.14.1"] GATEKEEPER_NAMESPACE: ["gatekeeper-system", "custom-namespace"] steps: - name: Harden Runner diff --git a/test/bats/tests/mutations/mutate_svc.yaml b/test/bats/tests/mutations/mutate_svc.yaml index 1c6b6f9bbb5..cde3ad355d3 100644 --- a/test/bats/tests/mutations/mutate_svc.yaml +++ b/test/bats/tests/mutations/mutate_svc.yaml @@ -10,5 +10,6 @@ spec: protocol: TCP port: 80 targetPort: 8080 + externalTrafficPolicy: Local externalIPs: - 1.1.1.1