Skip to content

Commit 365b683

Browse files
detiberk8s-ci-robot
authored andcommitted
Release v0.1.7 (#1164)
1 parent ad0db5e commit 365b683

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-staging-cluster-api/cluster-api-controller:v0.1.6
25+
export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.7
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: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.6
10+
- image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.7
1111
name: manager

0 commit comments

Comments
 (0)