We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae5467 commit 0099434Copy full SHA for 0099434
INSTALL.md
@@ -34,7 +34,7 @@ helm install --wait \
34
cert-manager jetstack/cert-manager \
35
--namespace cert-manager \
36
--create-namespace \
37
- --version v1.13.3 \
+ --version v1.14.2 \
38
--set installCRDs=true
39
```
40
Makefile
@@ -8,10 +8,10 @@ BUILDTAGS ?= ""
8
BUILDER ?= "docker"
9
EXTRA_BUILD_ARGS ?= ""
10
11
-CERT_MANAGER_VERSION ?= v1.13.2
+CERT_MANAGER_VERSION ?= v1.14.2
12
CONTROLLER_GEN_VERSION ?= v0.13.0
13
GOLANGCI_LINT_VERSION ?= v1.55.2
14
-KIND_VERSION ?= v0.20.0
+KIND_VERSION ?= v0.21.0
15
GOLICENSES_VERSION ?= v1.6.0
16
# Default bundle image tag
17
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
0 commit comments