Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
},
Expand Down
2 changes: 1 addition & 1 deletion tilt-settings.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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