Skip to content

Commit 96f2f3c

Browse files
committed
ci: update kind and cert-manager versions
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 55187cd commit 96f2f3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.14.2 \
37+
--version v1.15.2 \
3838
--set installCRDs=true
3939
```
4040

Makefile

Lines changed: 3 additions & 3 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.14.2
11+
CERT_MANAGER_VERSION ?= v1.15.2
1212
CONTROLLER_GEN_VERSION ?= v0.14.0
1313
GOLANGCI_LINT_VERSION ?= v1.57.2
14-
KIND_VERSION ?= v0.21.0
14+
KIND_VERSION ?= v0.23.0
1515
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag
1717
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
@@ -75,7 +75,7 @@ test-with-kind: fixture intel-sgx-admissionwebhook intel-fpga-admissionwebhook i
7575
kind load docker-image $(REG)intel-sgx-admissionwebhook:$(TAG)
7676
kind load docker-image $(REG)intel-fpga-admissionwebhook:$(TAG)
7777
kind load docker-image $(REG)intel-deviceplugin-operator:$(TAG)
78-
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml
78+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml
7979
# Test SGX Admission Webhook, FPGA Admission Webhook and Device Plugin Operator Manager's Webhook
8080
$(GO) test -v ./test/e2e -args -kubeconfig ~/.kube/config -ginkgo.focus "SGX Admission"
8181
$(GO) test -v ./test/e2e -args -kubeconfig ~/.kube/config -ginkgo.focus "FPGA Admission"

0 commit comments

Comments
 (0)