Skip to content

Commit

Permalink
Update Kubernetes versions (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: jacobtomlinson <[email protected]>
  • Loading branch information
kr8s-bot and jacobtomlinson authored Oct 9, 2024
1 parent b084b08 commit b73f4c7
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-kr8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.31.0"]
kubernetes-version: ["1.31.1"]
include:
- python-version: '3.10'
kubernetes-version: 1.30.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kubectl-ng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.31.0"]
kubernetes-version: ["1.31.1"]
include:
- python-version: '3.10'
kubernetes-version: 1.30.4
Expand Down

0 comments on commit b73f4c7

Please sign in to comment.