We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c5758d + ca6f0a5 commit 620a416Copy full SHA for 620a416
Tiltfile
@@ -5,7 +5,7 @@ load('ext://cert_manager', 'deploy_cert_manager')
5
def deploy_cert_manager_if_needed():
6
cert_manager_var = '__CERT_MANAGER__'
7
if os.getenv(cert_manager_var) != '1':
8
- deploy_cert_manager(version="v1.12.3")
+ deploy_cert_manager(version="v1.15.3")
9
os.putenv(cert_manager_var, '1')
10
11
0 commit comments