Skip to content

Commit 29f5c64

Browse files
Upgrade cert-manager used from v1.17.1 to v1.18.1
1 parent 10d8d79 commit 29f5c64

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
@@ -47,7 +47,7 @@ ENVTEST_VERSION := $(K8S_VERSION).x
4747
KIND_CLUSTER_IMAGE := kindest/node:v$(K8S_VERSION).0
4848

4949
# Define dependency versions (use go.mod if we also use Go code from dependency)
50-
export CERT_MGR_VERSION := v1.17.1
50+
export CERT_MGR_VERSION := v1.18.1
5151
export WAIT_TIMEOUT := 60s
5252

5353
# Install default ClusterCatalogs

0 commit comments

Comments
 (0)