File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
56
56
- build
57
57
env :
58
58
REGISTRY : gcr.io/k8s-staging-kas-network-proxy
59
- KIND_IMAGE : kindest/node${{ matrix.k8s }}
59
+ KIND_IMAGE : kindest/node: ${{ matrix.k8s }}
60
60
TAG : master
61
61
CONNECTION_MODE : ${{ matrix.connection-mode }}
62
62
strategy :
63
63
fail-fast : false
64
64
matrix :
65
- k8s : [ v1.27.11 , v1.28.7 , v1.29.2 ]
65
+ k8s : [ v1.28.7 , v1.29.2 , v1.30.4 ]
66
66
connection-mode : [ grpc, http-connect ]
67
67
steps :
68
68
- name : Install kind
@@ -105,7 +105,7 @@ jobs:
105
105
fail-fast : false
106
106
matrix :
107
107
ipFamily : ["ipv4", "ipv6", "dual"]
108
- k8s : [ v1.27.11 , v1.28.7 , v1.29.2 ]
108
+ k8s : [ v1.28.7 , v1.29.2 , v1.30.4 ]
109
109
env :
110
110
JOB_NAME : " kindnetd-e2e-${{ matrix.ipFamily }}"
111
111
IP_FAMILY : ${{ matrix.ipFamily }}
You can’t perform that action at this time.
0 commit comments