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