From 26bde5ed8b2292ec20ab625938ead3499eafe121 Mon Sep 17 00:00:00 2001 From: Mikhail Fedosin Date: Mon, 13 May 2024 15:18:04 +0200 Subject: [PATCH] Bump cert-manager version to v1.14.5 --- Makefile | 2 +- hack/cert-manager.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e9a4be08..44ba43375 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG) LDFLAGS := $(shell $(ROOT)/hack/version.sh) # Default cert-manager version -CERT_MANAGER_VERSION ?= v1.13.2 +CERT_MANAGER_VERSION ?= v1.14.5 # E2E configuration GINKGO_NOCOLOR ?= false diff --git a/hack/cert-manager.sh b/hack/cert-manager.sh index 0f048a1c7..f8965c2f1 100755 --- a/hack/cert-manager.sh +++ b/hack/cert-manager.sh @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -CERT_MANAGER_VERSION=v1.13.2 +CERT_MANAGER_VERSION=v1.14.5 kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml