Skip to content

Commit a4822ac

Browse files
lucacomesjberman
andauthored
Update tests/Makefile
Co-authored-by: Saylor Berman <[email protected]>
1 parent e7b69b8 commit a4822ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GINKGO_LABEL =
77
GW_API_PREV_VERSION ?= 1.0.0## Supported Gateway API version from previous NGF release
88
GW_SERVICE_TYPE=NodePort## Service type to use for the gateway
99
GW_SVC_GKE_INTERNAL=false
10-
K8S_VERSION ?= latest## Kuberentes version to use. Expected format: 1.24 (major.minor) or latest
10+
K8S_VERSION ?= latest## Kubernetes version to use. Expected format: 1.24 (major.minor) or latest
1111
NGF_VERSION ?= $(shell git describe --tags $(shell git rev-list --tags --max-count=1))## NGF version to be tested (defaults to latest tag)
1212
PULL_POLICY=Never## Pull policy for the images
1313
PROVISIONER_MANIFEST = conformance/provisioner/provisioner.yaml

0 commit comments

Comments
 (0)