From 201c1bff12d9a8c6f4b5f43f684916a0b1125c78 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Tue, 6 Aug 2019 10:42:22 -0400 Subject: [PATCH] Release v0.1.9 Signed-off-by: Andy Goldstein --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 360283627509..68969c66077e 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-staging-cluster-api/cluster-api-controller:v0.1.8 +export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.9 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 d74ba2f4067a..5405548e2a08 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -7,5 +7,5 @@ spec: template: spec: containers: - - image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.8 + - image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.9 name: manager