Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit a5bb379

Browse files
authored
🐛 Fix unused cert_manager_version (#163)
Fix unused cert_manager_version Signed-off-by: Roman Hros <[email protected]>
1 parent 13aa41c commit a5bb379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ settings = {
2424
"capi_version": "v1.6.0",
2525
"cso_version": "v0.1.0-alpha.5",
2626
"capo_version": "v0.9.0",
27-
"cert_manager_version": "v1.13.1",
27+
"cert_manager_version": "v1.13.2",
2828
"kustomize_substitutions": {
2929
},
3030
}
@@ -320,7 +320,7 @@ include_user_tilt_files()
320320
load("ext://cert_manager", "deploy_cert_manager")
321321

322322
if settings.get("deploy_cert_manager"):
323-
deploy_cert_manager()
323+
deploy_cert_manager(version=settings.get("cert_manager_version"))
324324

325325
if settings.get("deploy_observability"):
326326
deploy_observability()

tilt-settings.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ kind_cluster_name: cspo
88
capi_version: v1.6.0
99
cso_version: v0.1.0-alpha.5
1010
capo_version: v0.9.0
11-
cert_manager_version: v1.13.1
11+
cert_manager_version: v1.13.2

0 commit comments

Comments
 (0)