From cc64b342bb3d39a3cd63fc909c2419f1c7cc4d19 Mon Sep 17 00:00:00 2001 From: Mikhail Fedosin Date: Fri, 5 Jan 2024 21:10:06 +0100 Subject: [PATCH] chore: bump cert-manager version to v1.13.2 --- Makefile | 2 +- hack/cert-manager.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f0826d0f..ebcf813bc 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.12.2 +CERT_MANAGER_VERSION ?= v1.13.2 # E2E configuration GINKGO_NOCOLOR ?= false diff --git a/hack/cert-manager.sh b/hack/cert-manager.sh index 8af158984..0f048a1c7 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.12.2 +CERT_MANAGER_VERSION=v1.13.2 kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml