From 95a2a8cf2c586592538f823bbb02c00cbcce8a9c Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Fri, 7 Jun 2019 13:25:59 -0400 Subject: [PATCH] Release 0.1.2 (#990) --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27a796c421f9..88b1b407c8fd 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?=60s # Image URL to use all building/pushing image targets -export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller:0.1.1 +export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller:0.1.2 export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller:latest all: test manager clusterctl diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 4283beb8e646..b7be6a74950b 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -7,5 +7,5 @@ spec: template: spec: containers: - - image: gcr.io/k8s-cluster-api/cluster-api-controller:0.1.1 + - image: gcr.io/k8s-cluster-api/cluster-api-controller:0.1.2 name: manager