Skip to content

Commit

Permalink
fix k8s 1.29 test
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Feb 14, 2024
1 parent ce9bca0 commit 3b1cc4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
HELM_VERSION: ["3.7.2"]
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -198,6 +199,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
HELM_VERSION: ["3.7.2"]
GATEKEEPER_NAMESPACE: ["gatekeeper-system", "custom-namespace"]
Expand Down
1 change: 1 addition & 0 deletions test/bats/tests/mutations/mutate_svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ spec:
protocol: TCP
port: 80
targetPort: 8080
externalTrafficPolicy: Local
externalIPs:
- 1.1.1.1

0 comments on commit 3b1cc4a

Please sign in to comment.