From ac0c7b9dc4d2dfc5330158b04bd88e9ce853a64c Mon Sep 17 00:00:00 2001 From: Bernard Kim Date: Wed, 10 Jun 2020 12:21:07 -0700 Subject: [PATCH] [5.2.x] Increase high watermark from 80% -> 90% (#1679) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0819a641e8..3e8fd42715 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ GRAVITY_LINKFLAGS = "$(VERSION_FLAGS) $(GOLFLAGS)" TELEPORT_TAG = 2.4.11 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 5.2.27-$(K8S_VER) +PLANET_TAG := 5.2.28-$(K8S_VER) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)