Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 2989f02

Browse files
authored
Upgrade cert-manager release to v1.9.1 (#1203)
Signed-off-by: Andy Sadler <[email protected]> Signed-off-by: Andy Sadler <[email protected]>
1 parent 816b648 commit 2989f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/deploy.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ uninstall: manifests kustomize
1515

1616
.PHONY: deploy-cert-manager
1717
deploy-cert-manager:
18-
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.yaml
18+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.yaml
1919
kubectl rollout status -n cert-manager deploy/cert-manager-webhook -w --timeout=120s
2020

2121
.PHONY: deploy
@@ -27,4 +27,4 @@ deploy: manifests kustomize image deploy-cert-manager
2727
.PHONY: undeploy
2828
## UnDeploy controller from the configured Kubernetes cluster in ~/.kube/config
2929
undeploy:
30-
$(KUSTOMIZE) build config/default | kubectl delete -f -
30+
$(KUSTOMIZE) build config/default | kubectl delete -f -

0 commit comments

Comments
 (0)