Skip to content

Commit 245fc52

Browse files
authored
Update additional cert-manager locations to v1.18.2 (#2071)
The go.mod version of cert-manager was updated to v1.18.2 Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 5665a32 commit 245fc52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tilt-support

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load('ext://cert_manager', 'deploy_cert_manager')
55
def deploy_cert_manager_if_needed():
66
cert_manager_var = '__CERT_MANAGER__'
77
if os.getenv(cert_manager_var) != '1':
8-
deploy_cert_manager(version="v1.15.3")
8+
deploy_cert_manager(version="v1.18.2")
99
os.putenv(cert_manager_var, '1')
1010

1111

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ endif
4141
ENVTEST_VERSION := $(K8S_VERSION).x
4242

4343
# Define dependency versions (use go.mod if we also use Go code from dependency)
44-
export CERT_MGR_VERSION := v1.18.1
44+
export CERT_MGR_VERSION := v1.18.2
4545
export WAIT_TIMEOUT := 60s
4646

4747
# Install default ClusterCatalogs

0 commit comments

Comments
 (0)