Skip to content

Commit

Permalink
Merge pull request #515 from zoetrope/update-k8s-1.29
Browse files Browse the repository at this point in the history
Update supported Kubernetes version
  • Loading branch information
zoetrope authored Jun 19, 2024
2 parents 097fd54 + 424239a commit 98c9ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
strategy:
matrix:
k8s-version:
- v1.25.16 # renovate: kindest/node
- v1.26.14 # renovate: kindest/node
- v1.27.11 # renovate: kindest/node
- v1.27.13 # renovate: kindest/node
- v1.28.9 # renovate: kindest/node
- v1.29.4 # renovate: kindest/node
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBERNETES_VERSION := v1.27.11 # renovate: kindest/node
KUBERNETES_VERSION := v1.29.4 # renovate: kindest/node
REGISTRY := ghcr.io/zoetrope/
KIND_CLUSTER_NAME=website-e2e

Expand Down

0 comments on commit 98c9ef7

Please sign in to comment.