Skip to content

Commit

Permalink
Merge pull request #10 from tmshort/update-cert-mgr
Browse files Browse the repository at this point in the history
Update Tilt cert-manager to v1.15.3
  • Loading branch information
everettraven authored Sep 3, 2024
2 parents 7c5758d + ca6f0a5 commit 620a416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load('ext://cert_manager', 'deploy_cert_manager')
def deploy_cert_manager_if_needed():
cert_manager_var = '__CERT_MANAGER__'
if os.getenv(cert_manager_var) != '1':
deploy_cert_manager(version="v1.12.3")
deploy_cert_manager(version="v1.15.3")
os.putenv(cert_manager_var, '1')


Expand Down

0 comments on commit 620a416

Please sign in to comment.