Skip to content

Commit

Permalink
bump kind versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jul 19, 2024
1 parent 8b8a5c1 commit 024a45b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

env:
GO_VERSION: "1.22.0"
K8S_VERSION: "v1.29.2"
KIND_VERSION: "v0.22.0"
K8S_VERSION: "v1.30.0"
KIND_VERSION: "v0.23.0"
IMAGE_NAME: registry.k8s.io/networking/kube-network-policies
KIND_CLUSTER_NAME: kind

Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
matrix:
# TODO add "dual", waiting on KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/3705-cloud-node-ips
ipFamily: ["ipv4", "ipv6"]
# TODO add nftables (beta in 1.31) waiting for 1.31 images
proxyMode: ["iptables", "ipvs"]
env:
JOB_NAME: "kube-network-policies-${{ matrix.ipFamily }}-${{ matrix.proxyMode }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
GO_VERSION: "1.22.0"
K8S_VERSION: "v1.29.2"
KIND_VERSION: "v0.22.0"
K8S_VERSION: "v1.30.0"
KIND_VERSION: "v0.23.0"
IMAGE_NAME: registry.k8s.io/networking/kube-network-policies
KIND_CLUSTER_NAME: kind

Expand Down

0 comments on commit 024a45b

Please sign in to comment.