Skip to content

Commit 08c2094

Browse files
committed
update to cert-manager v1.3.1
Signed-off-by: Ed Bartosh <[email protected]>
1 parent 3892baa commit 08c2094

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-with-kind:
6363
@$(PODMAN) save "docker.io/intel/intel-fpga-admissionwebhook:devel" -o $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
6464
@$(KIND) create cluster --name "intel-device-plugins" --kubeconfig $(e2e_tmp_dir)/kubeconfig --image "kindest/node:v1.19.0"
6565
@$(KIND) load image-archive --name "intel-device-plugins" $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
66-
$(KUBECTL) --kubeconfig=$(e2e_tmp_dir)/kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml
66+
$(KUBECTL) --kubeconfig=$(e2e_tmp_dir)/kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
6767
@$(GO) test -v ./test/e2e -args -kubeconfig $(e2e_tmp_dir)/kubeconfig -kubectl-path $(KUBECTL) -ginkgo.focus "Webhook" || rc=1; \
6868
$(KIND) delete cluster --name "intel-device-plugins"; \
6969
rm -rf $(e2e_tmp_dir); \

cmd/fpga_admissionwebhook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The webhook depends on having [cert-manager](https://cert-manager.io/)
5353
installed:
5454

5555
```bash
56-
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml
56+
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
5757
```
5858

5959
Also if your cluster operates behind a corporate proxy make sure that the API

cmd/fpga_plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ As a pre-requisite you need to have [cert-manager](https://cert-manager.io)
169169
up and running:
170170

171171
```bash
172-
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml
172+
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
173173
$ kubectl get pods -n cert-manager
174174
NAME READY STATUS RESTARTS AGE
175175
cert-manager-7747db9d88-bd2nl 1/1 Running 0 1m

cmd/operator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The operator depends on [cert-manager](https://cert-manager.io/) running in the
1919
To install it run:
2020

2121
```
22-
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml
22+
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
2323
```
2424

2525
Make sure all the pods in the `cert-manager` namespace are up and running:

cmd/sgx_admissionwebhook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The simplest webhook deployment depends on having [cert-manager](https://cert-ma
3333
installed:
3434

3535
```bash
36-
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml
36+
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
3737
```
3838

3939
Also if your cluster operates behind a corporate proxy make sure that the API

cmd/sgx_plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/
127127
#### Deploy cert-manager
128128

129129
```bash
130-
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml
130+
$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
131131
```
132132

133133
#### Deploy Intel Device plugin operator

0 commit comments

Comments
 (0)