From 0e3477ccbb333d108131622caaeb4635cdcef0c8 Mon Sep 17 00:00:00 2001 From: Erwin Kok Date: Fri, 16 Aug 2024 09:59:08 +0200 Subject: [PATCH] Fix image reference in tilt-provider.yaml --- tilt-provider.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilt-provider.yaml b/tilt-provider.yaml index 763cf36..b8f5971 100644 --- a/tilt-provider.yaml +++ b/tilt-provider.yaml @@ -1,6 +1,6 @@ name: "ipam-in-cluster" config: - image: "ghcr.io/telekom/cluster-api-ipam-provider-in-cluster" + image: "gcr.io/k8s-staging-capi-ipam-ic/cluster-api-ipam-in-cluster-controller" live_reload_deps: - main.go - go.mod