mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: update kind and cert-manager versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
9ae018bfa6
commit
07262658ee
@ -34,7 +34,7 @@ helm install --wait \
|
||||
cert-manager jetstack/cert-manager \
|
||||
--namespace cert-manager \
|
||||
--create-namespace \
|
||||
--version v1.13.3 \
|
||||
--version v1.14.2 \
|
||||
--set installCRDs=true
|
||||
```
|
||||
|
||||
|
4
Makefile
4
Makefile
@ -8,10 +8,10 @@ BUILDTAGS ?= ""
|
||||
BUILDER ?= "docker"
|
||||
EXTRA_BUILD_ARGS ?= ""
|
||||
|
||||
CERT_MANAGER_VERSION ?= v1.13.2
|
||||
CERT_MANAGER_VERSION ?= v1.14.2
|
||||
CONTROLLER_GEN_VERSION ?= v0.13.0
|
||||
GOLANGCI_LINT_VERSION ?= v1.55.2
|
||||
KIND_VERSION ?= v0.20.0
|
||||
KIND_VERSION ?= v0.21.0
|
||||
GOLICENSES_VERSION ?= v1.6.0
|
||||
# Default bundle image tag
|
||||
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
|
||||
|
Loading…
Reference in New Issue
Block a user