From 0607cc06b0a43794798880270f6f37522e016ec6 Mon Sep 17 00:00:00 2001 From: Kevin Nisbet Date: Thu, 18 Jul 2019 09:45:30 -0400 Subject: [PATCH] bump planet to 5.6.4-11402 (#516) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fea950f80a..6e6dca5d28 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ RELEASE_OUT ?= TELEPORT_TAG = 3.0.5 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 5.6.3-$(K8S_VER_SUFFIX) +PLANET_TAG := 5.6.4-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)