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

Commit 856654d

Browse files
authored
update tilt and CAPO version (#129)
this commit update CAPO infra provider version and tilt version to the latest release. Signed-off-by: kranurag7 <[email protected]>
1 parent 0a5f0a9 commit 856654d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ TILT := $(abspath $(TOOLS_BIN_DIR)/tilt)
9999
tilt: $(TILT) ## Build a local copy of tilt
100100
$(TILT):
101101
@mkdir -p $(TOOLS_BIN_DIR)
102-
MINIMUM_TILT_VERSION=0.33.3 hack/ensure-tilt.sh
102+
MINIMUM_TILT_VERSION=0.33.11 hack/ensure-tilt.sh
103103

104104
ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/envsubst)
105105
envsubst: $(ENVSUBST) ## Build a local copy of envsubst

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ settings = {
2323
"kind_cluster_name": "cspo",
2424
"capi_version": "v1.6.0",
2525
"cso_version": "v0.1.0-alpha.3",
26-
"capo_version": "v0.8.0",
26+
"capo_version": "v0.9.0",
2727
"cert_manager_version": "v1.13.1",
2828
"kustomize_substitutions": {
2929
},

tilt-settings.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ preload_images_for_kind: true
77
kind_cluster_name: cspo
88
capi_version: v1.6.0
99
cso_version: v0.1.0-alpha.3
10-
capo_version: v0.8.0
10+
capo_version: v0.9.0
1111
cert_manager_version: v1.13.1

0 commit comments

Comments
 (0)