Skip to content

Commit

Permalink
chore: upgrade kubernetes version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Apr 25, 2024
1 parent 0935886 commit 392d4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- run: make bin
- name: Test
env:
KUBERNETES_VERSION: v1.20.7
KUBERNETES_VERSION: v1.29.2
GH_TOKEN: ${{ secrets.CHECKRUNS_TOKEN }}
run: ./test/e2e.sh fixtures/${{matrix.suite.name}}
- name: Publish Unit Test Results
Expand Down
2 changes: 1 addition & 1 deletion test/karina.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ingressCA:
privateKey: ../.certs/ingress-ca.key
password: foobar
kubernetes:
version: v1.20.7
version: v1.29.2
kubeletExtraArgs:
node-labels: "ingress-ready=true"
authorization-mode: "AlwaysAllow"
Expand Down

0 comments on commit 392d4c8

Please sign in to comment.