File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ helm install --wait \
34
34
cert-manager jetstack/cert-manager \
35
35
--namespace cert-manager \
36
36
--create-namespace \
37
- --version v1.14 .2 \
37
+ --version v1.15 .2 \
38
38
--set installCRDs=true
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ BUILDTAGS ?= ""
8
8
BUILDER ?= "docker"
9
9
EXTRA_BUILD_ARGS ?= ""
10
10
11
- CERT_MANAGER_VERSION ?= v1.14 .2
11
+ CERT_MANAGER_VERSION ?= v1.15 .2
12
12
CONTROLLER_GEN_VERSION ?= v0.14.0
13
13
GOLANGCI_LINT_VERSION ?= v1.57.2
14
- KIND_VERSION ?= v0.21 .0
14
+ KIND_VERSION ?= v0.23 .0
15
15
GOLICENSES_VERSION ?= v1.6.0
16
16
# Default bundle image tag
17
17
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG )
@@ -75,7 +75,7 @@ test-with-kind: fixture intel-sgx-admissionwebhook intel-fpga-admissionwebhook i
75
75
kind load docker-image $(REG ) intel-sgx-admissionwebhook:$(TAG )
76
76
kind load docker-image $(REG ) intel-fpga-admissionwebhook:$(TAG )
77
77
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
79
79
# Test SGX Admission Webhook, FPGA Admission Webhook and Device Plugin Operator Manager's Webhook
80
80
$(GO ) test -v ./test/e2e -args -kubeconfig ~ /.kube/config -ginkgo.focus " SGX Admission"
81
81
$(GO ) test -v ./test/e2e -args -kubeconfig ~ /.kube/config -ginkgo.focus " FPGA Admission"
You can’t perform that action at this time.
0 commit comments