From ed5bd25aa60b20f9d689b18fbf3b08c5415af61d Mon Sep 17 00:00:00 2001 From: dmitri Date: Fri, 15 May 2020 19:27:31 +0200 Subject: [PATCH] Update planet to 5.5.x release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ee0fbbbc4..45b433e6c2 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,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.5.46-$(K8S_VER_SUFFIX) +PLANET_TAG := 5.5.47-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)