Skip to content

Commit 4843520

Browse files
authored
Merge pull request #1436 from hj-johannes-lee/PR-2023-017
Makefile: update versions of cert manager and kind
2 parents 4587fd3 + 3745d4d commit 4843520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ BUILDTAGS ?= ""
88
BUILDER ?= "docker"
99
EXTRA_BUILD_ARGS ?= ""
1010

11-
CERT_MANAGER_VERSION ?= v1.11.1
11+
CERT_MANAGER_VERSION ?= v1.12.0
1212
CONTROLLER_GEN_VERSION ?= v0.12.0
1313
GOLANGCI_LINT_VERSION ?= v1.52.2
14-
KIND_VERSION ?= v0.18.0
14+
KIND_VERSION ?= v0.19.0
1515
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag
1717
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)

0 commit comments

Comments
 (0)