Skip to content

Commit

Permalink
feat: update capi and kube version in Tiltile (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr committed Jun 30, 2022
1 parent 10e71b8 commit eef6908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ settings = {
"deploy_cert_manager": True,
"preload_images_for_kind": True,
"kind_cluster_name": "capoci",
"capi_version": "v1.1.3",
"capi_version": "v1.1.4",
"cert_manager_version": "v1.1.0",
"kubernetes_version": "v1.22.9",
"kubernetes_version": "v1.23.8",
}

# global settings
Expand Down

0 comments on commit eef6908

Please sign in to comment.