diff --git a/Makefile b/Makefile index c798140d1..41ffd3dc5 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ verify-kustomize: \ lint-kustomize \ test-unit-kustomize-all \ test-examples-kustomize-against-HEAD \ - test-examples-kustomize-against-3.9.2 \ - test-examples-kustomize-against-3.8.9 + test-examples-kustomize-against-3.9 \ + test-examples-kustomize-against-3.8 # The following target referenced by a file in # https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/kustomize @@ -39,8 +39,8 @@ prow-presubmit-check: \ test-unit-cmd-all \ test-go-mod \ test-examples-kustomize-against-HEAD \ - test-examples-kustomize-against-3.9.2 \ - test-examples-kustomize-against-3.8.9 + test-examples-kustomize-against-3.9 \ + test-examples-kustomize-against-3.8 .PHONY: verify-kustomize-e2e verify-kustomize-e2e: test-examples-e2e-kustomize @@ -276,12 +276,12 @@ test-examples-kustomize-against-HEAD: $(MYGOBIN)/kustomize $(MYGOBIN)/mdrip ./hack/testExamplesAgainstKustomize.sh HEAD .PHONY: -test-examples-kustomize-against-3.9.2: $(MYGOBIN)/mdrip - ./hack/testExamplesAgainstKustomize.sh v3.9.2 +test-examples-kustomize-against-3.9: $(MYGOBIN)/mdrip + ./hack/testExamplesAgainstKustomize.sh v3.9.3 .PHONY: -test-examples-kustomize-against-3.8.9: $(MYGOBIN)/mdrip - ./hack/testExamplesAgainstKustomize.sh v3.8.9 +test-examples-kustomize-against-3.8: $(MYGOBIN)/mdrip + ./hack/testExamplesAgainstKustomize.sh v3.8.10 # linux only. # This is for testing an example plugin that