mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Makefile: upgrade version of tools
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
parent
64bdbc3c38
commit
e42f2b744a
10
Makefile
10
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'
|
||||
|
Loading…
Reference in New Issue
Block a user