Skip to content

Commit

Permalink
Bumped stern version (#54)
Browse files Browse the repository at this point in the history
Bumped stern version as 1.7.0 is incompatible with eks
  • Loading branch information
rverma-nikiai authored and osterman committed Aug 29, 2018
1 parent 648def9 commit d7d8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d7d8d01

Please sign in to comment.