We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b69b8 commit a4822acCopy full SHA for a4822ac
tests/Makefile
@@ -7,7 +7,7 @@ GINKGO_LABEL =
7
GW_API_PREV_VERSION ?= 1.0.0## Supported Gateway API version from previous NGF release
8
GW_SERVICE_TYPE=NodePort## Service type to use for the gateway
9
GW_SVC_GKE_INTERNAL=false
10
-K8S_VERSION ?= latest## Kuberentes version to use. Expected format: 1.24 (major.minor) or latest
+K8S_VERSION ?= latest## Kubernetes version to use. Expected format: 1.24 (major.minor) or latest
11
NGF_VERSION ?= $(shell git describe --tags $(shell git rev-list --tags --max-count=1))## NGF version to be tested (defaults to latest tag)
12
PULL_POLICY=Never## Pull policy for the images
13
PROVISIONER_MANIFEST = conformance/provisioner/provisioner.yaml
0 commit comments