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 \
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
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ BUILDTAGS ?= ""
88BUILDER ?= "docker"
99EXTRA_BUILD_ARGS ?= ""
1010
11- CERT_MANAGER_VERSION ?= v1.14 .2
11+ CERT_MANAGER_VERSION ?= v1.15 .2
1212CONTROLLER_GEN_VERSION ?= v0.14.0
1313GOLANGCI_LINT_VERSION ?= v1.57.2
14- KIND_VERSION ?= v0.21 .0
14+ KIND_VERSION ?= v0.23 .0
1515GOLICENSES_VERSION ?= v1.6.0
1616# Default bundle image tag
1717BUNDLE_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"
You can’t perform that action at this time.
0 commit comments