From 9341f0141f7ef4906846334348d6bc9fe58ce5f3 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Fri, 7 Jun 2024 12:38:21 +0200 Subject: [PATCH] Update cert manager version to 1.14.6 to fix cmctl Commit fix an issue where the cmctl binary was absent. The version 1.14 is last one that contains that binary there [1]. [1] https://cert-manager.io/docs/reference/cmctl/ Change-Id: I773ae178740b317c42ad4cd64987dcc5f542a968 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20f28f0..6862f58 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CATALOG_IMG ?= $(CATALOG_REPO):latest # NOTE: MicroShift 4.13 got kubeAPI 1.26. # More info: https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html#ocp-4-13-about-this-release ENVTEST_K8S_VERSION = 1.26 -CERT_MANAGER_VERSION = v1.14.5 +CERT_MANAGER_VERSION = v1.14.6 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))