Skip to content

Commit

Permalink
🐛 Fix unused cert_manager_version (#163)
Browse files Browse the repository at this point in the history
Fix unused cert_manager_version

Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight authored May 23, 2024
1 parent 13aa41c commit a5bb379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ settings = {
"capi_version": "v1.6.0",
"cso_version": "v0.1.0-alpha.5",
"capo_version": "v0.9.0",
"cert_manager_version": "v1.13.1",
"cert_manager_version": "v1.13.2",
"kustomize_substitutions": {
},
}
Expand Down Expand Up @@ -320,7 +320,7 @@ include_user_tilt_files()
load("ext://cert_manager", "deploy_cert_manager")

if settings.get("deploy_cert_manager"):
deploy_cert_manager()
deploy_cert_manager(version=settings.get("cert_manager_version"))

if settings.get("deploy_observability"):
deploy_observability()
Expand Down
2 changes: 1 addition & 1 deletion tilt-settings.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kind_cluster_name: cspo
capi_version: v1.6.0
cso_version: v0.1.0-alpha.5
capo_version: v0.9.0
cert_manager_version: v1.13.1
cert_manager_version: v1.13.2

0 comments on commit a5bb379

Please sign in to comment.