From aa8d35695a3db5179168494558d601cd0e56940f Mon Sep 17 00:00:00 2001 From: Max Beatty Date: Fri, 20 Sep 2024 14:00:42 -0700 Subject: [PATCH] [k9s] fix source version --- k9s.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k9s.hcl b/k9s.hcl index 4a8b5658..b79321a2 100644 --- a/k9s.hcl +++ b/k9s.hcl @@ -1,7 +1,7 @@ description = "K9s provides a terminal UI to interact with your Kubernetes clusters." binaries = ["k9s"] sha256-source = "https://github.com/derailed/k9s/releases/download/v${version}/checksums.txt" -source = "https://github.com/derailed/k9s/releases/download/v0.27.0/k9s_${os}_${arch}.tar.gz" +source = "https://github.com/derailed/k9s/releases/download/v${version}/k9s_${os}_${arch}.tar.gz" version "0.24.12" "0.24.13" "0.24.14" "0.24.15" "0.25.1" "0.25.3" "0.25.4" "0.25.5" "0.25.6" "0.25.15" "0.25.16" "0.25.18" "0.25.19" "0.25.20" "0.25.21" "0.26.0" "0.26.1"