We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bdbc3 commit e42f2b7Copy full SHA for e42f2b7
Makefile
@@ -8,11 +8,11 @@ BUILDTAGS ?= ""
8
BUILDER ?= "docker"
9
EXTRA_BUILD_ARGS ?= ""
10
11
-CERT_MANAGER_VERSION ?= v1.9.1
12
-CONTROLLER_GEN_VERSION ?= v0.10.0
13
-GOLANGCI_LINT_VERSION ?= v1.50.0
14
-KIND_VERSION ?= v0.16.0
15
-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
16
# Default bundle image tag
17
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
18
# Options for 'bundle-build'
0 commit comments