From 60e203d6a34ea71396ded02a014c5047c16a7210 Mon Sep 17 00:00:00 2001 From: Kevin Nisbet Date: Sun, 6 Dec 2020 19:05:09 -0500 Subject: [PATCH] bump planet to 6.1.45-11512 (#2356) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9916df618..bb42b49bcd 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ RELEASE_OUT ?= TELEPORT_TAG = 3.2.13 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 6.1.44-$(K8S_VER_SUFFIX) +PLANET_TAG := 6.1.45-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)