Skip to content

Commit 0f911c1

Browse files
justinsbk8s-ci-robot
authored andcommitted
Release 0.1.1 (#940)
1 parent 2186e24 commit 0f911c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s
2222
export 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
2626
export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller:latest
2727

2828
all: test manager clusterctl

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ spec:
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

0 commit comments

Comments
 (0)