Skip to content

Commit 620a416

Browse files
authored
Merge pull request #10 from tmshort/update-cert-mgr
Update Tilt cert-manager to v1.15.3
2 parents 7c5758d + ca6f0a5 commit 620a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

+1-1
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.12.3")
8+
deploy_cert_manager(version="v1.15.3")
99
os.putenv(cert_manager_var, '1')
1010

1111

0 commit comments

Comments
 (0)