Skip to content

Commit 9341f01

Browse files
committed
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
1 parent fc28a9d commit 9341f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CATALOG_IMG ?= $(CATALOG_REPO):latest
1616
# NOTE: MicroShift 4.13 got kubeAPI 1.26.
1717
# More info: https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html#ocp-4-13-about-this-release
1818
ENVTEST_K8S_VERSION = 1.26
19-
CERT_MANAGER_VERSION = v1.14.5
19+
CERT_MANAGER_VERSION = v1.14.6
2020

2121
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
2222
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)