File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s
2222export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?=60s
2323
2424# Image URL to use all building/pushing image targets
25- export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller :0.1.0
25+ export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller :0.1.1
2626export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller :latest
2727
2828all : test manager clusterctl
Original file line number Diff line number Diff line change 77 template :
88 spec :
99 containers :
10- - image : gcr.io/k8s-cluster-api/cluster-api-controller:0.1.0
10+ - image : gcr.io/k8s-cluster-api/cluster-api-controller:0.1.1
1111 name : manager
You can’t perform that action at this time.
0 commit comments