From d7d8d01a4167aa394f3cd8b6a47959e463d15740 Mon Sep 17 00:00:00 2001 From: rverma-nikiai <38323616+rverma-nikiai@users.noreply.github.com> Date: Wed, 29 Aug 2018 10:25:43 +0530 Subject: [PATCH] Bumped stern version (#54) Bumped stern version as 1.7.0 is incompatible with eks --- install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Makefile b/install/Makefile index 64188fbdca..79b35c832b 100644 --- a/install/Makefile +++ b/install/Makefile @@ -243,7 +243,7 @@ export SOPS_VERSION ?= 3.0.5 sops: $(call github_download_binary_release,mozilla,$(SOPS_VERSION),$@-$(SOPS_VERSION).$(OS)) -export STERN_VERSION ?= 1.7.0 +export STERN_VERSION ?= 1.8.0 ## Install stern multi pod and container log tailing for Kubernetes stern: $(call github_download_binary_release,wercker,$(STERN_VERSION),$@_$(OS)_$(ARCH))