Skip to content

Commit 492eaf5

Browse files
author
Cecile Robert-Michon
committed
fix release link in tiltfile
1 parent 4312c6c commit 492eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if "default_registry" in settings:
4242
# deploy CAPI
4343
def deploy_capi():
4444
version = settings.get("capi_version")
45-
capi_uri = "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/{}/cluster-api-components.yaml".format(version)
45+
capi_uri = "https://github.com/kubernetes-sigs/cluster-api/releases/download/{}/cluster-api-components.yaml".format(version)
4646
cmd = "curl -sSL {} | {} | kubectl apply -f -".format(capi_uri, envsubst_cmd)
4747
local(cmd, quiet=True)
4848
if settings.get("extra_args"):

0 commit comments

Comments
 (0)