From 29fee0a9ef590af33bbaa167ed17a8be50825679 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Fri, 29 Mar 2019 16:50:47 -0400 Subject: [PATCH] Release 0.1.0 (#861) --- Makefile | 2 +- config/default/manager_image_patch.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a03f37077238..178bc617ee0e 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:latest +export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller:0.1.0 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 31f64846441e..194878cf40a5 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:latest - name: manager \ No newline at end of file + - image: gcr.io/k8s-cluster-api/cluster-api-controller:0.1.0 + name: manager