From 800c3571735427ab86a6d5fa48f02a965a7f430d Mon Sep 17 00:00:00 2001 From: Eytan Avisror Date: Tue, 25 Aug 2020 12:31:06 -0700 Subject: [PATCH] bump version --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c355eb5..07b342ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.13 +VERSION=0.14-dev # Image URL to use all building/pushing image targets IMG ?= keikoproj/rolling-upgrade-controller:${VERSION} # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 7242210d..ec8d7267 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -8,5 +8,5 @@ spec: spec: containers: # Change the value of image field below to your controller image URL - - image: keikoproj/rolling-upgrade-controller:0.13 + - image: keikoproj/rolling-upgrade-controller:0.14-dev name: manager