diff --git a/Makefile b/Makefile index cf48e0a5f..8885c4f4f 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,11 @@ BUILDTAGS ?= "" BUILDER ?= "docker" EXTRA_BUILD_ARGS ?= "" -CERT_MANAGER_VERSION ?= v1.9.1 -CONTROLLER_GEN_VERSION ?= v0.10.0 -GOLANGCI_LINT_VERSION ?= v1.50.0 -KIND_VERSION ?= v0.16.0 -GOLICENSES_VERSION ?= v1.4.0 +CERT_MANAGER_VERSION ?= v1.11.0 +CONTROLLER_GEN_VERSION ?= v0.11.1 +GOLANGCI_LINT_VERSION ?= v1.50.1 +KIND_VERSION ?= v0.17.0 +GOLICENSES_VERSION ?= v1.6.0 # Default bundle image tag BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG) # Options for 'bundle-build'