From 949aa3acf7884e100bacfa54392665bbcb7eab6b Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 21 Jul 2020 10:23:49 +0200 Subject: [PATCH] update install instructions to use latest --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17441cb..3b6d678 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ To obtain a default installation without Prometheus alerting interlock or Slack notifications: ```console -kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.3.0/kured-1.3.0-dockerhub.yaml +latest=$(curl -s https://api.github.com/repos/weaveworks/kured/releases | jq -r .[0].tag_name) +kubectl apply -f "https://github.com/weaveworks/kured/releases/download/$latest/kured-$latest-dockerhub.yaml ``` If you want to customise the installation, download the manifest and