diff --git a/Makefile b/Makefile index 214df535..5878aca6 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ TILT := $(abspath $(TOOLS_BIN_DIR)/tilt) tilt: $(TILT) ## Build a local copy of tilt $(TILT): @mkdir -p $(TOOLS_BIN_DIR) - MINIMUM_TILT_VERSION=0.33.3 hack/ensure-tilt.sh + MINIMUM_TILT_VERSION=0.33.11 hack/ensure-tilt.sh ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/envsubst) envsubst: $(ENVSUBST) ## Build a local copy of envsubst diff --git a/Tiltfile b/Tiltfile index c64d05c9..a083081a 100644 --- a/Tiltfile +++ b/Tiltfile @@ -23,7 +23,7 @@ settings = { "kind_cluster_name": "cspo", "capi_version": "v1.6.0", "cso_version": "v0.1.0-alpha.3", - "capo_version": "v0.8.0", + "capo_version": "v0.9.0", "cert_manager_version": "v1.13.1", "kustomize_substitutions": { }, diff --git a/tilt-settings.yaml.example b/tilt-settings.yaml.example index 3ed79017..aa897cad 100644 --- a/tilt-settings.yaml.example +++ b/tilt-settings.yaml.example @@ -7,5 +7,5 @@ preload_images_for_kind: true kind_cluster_name: cspo capi_version: v1.6.0 cso_version: v0.1.0-alpha.3 -capo_version: v0.8.0 +capo_version: v0.9.0 cert_manager_version: v1.13.1