Skip to content

Commit 0099434

Browse files
committed
ci: update kind and cert-manager versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 4ae5467 commit 0099434

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ helm install --wait \
3434
cert-manager jetstack/cert-manager \
3535
--namespace cert-manager \
3636
--create-namespace \
37-
--version v1.13.3 \
37+
--version v1.14.2 \
3838
--set installCRDs=true
3939
```
4040

Makefile

Lines changed: 2 additions & 2 deletions
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.13.2
11+
CERT_MANAGER_VERSION ?= v1.14.2
1212
CONTROLLER_GEN_VERSION ?= v0.13.0
1313
GOLANGCI_LINT_VERSION ?= v1.55.2
14-
KIND_VERSION ?= v0.20.0
14+
KIND_VERSION ?= v0.21.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)