Skip to content

Commit 5ed76e2

Browse files
justinsbk8s-ci-robot
authored andcommitted
Release 0.1.3 (#1003)
1 parent 53d4499 commit 5ed76e2

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.2
25+
export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller:0.1.3
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.2
10+
- image: gcr.io/k8s-cluster-api/cluster-api-controller:0.1.3
1111
name: manager

0 commit comments

Comments
 (0)