From 2e05c2f4dcffda8839dea95bef0bbee1258d2316 Mon Sep 17 00:00:00 2001 From: a-palchikov Date: Thu, 13 Jun 2019 23:53:14 +0700 Subject: [PATCH] Workaround HTTP_PROXY issue with etcdctl (#446) * Workaround HTTP_PROXY issue with etcdctl * Update planet to release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c01ea253d..2a427ee698 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.5.18-$(K8S_VER_SUFFIX) +PLANET_TAG := 5.5.19-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)