From ddb8d43959280da1769e8eb53d7b4f6b2212e483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 20:54:29 +0000 Subject: [PATCH] chore(deps): update dependency k9s to v0.50.18 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..8fa2cc4 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ kyverno: @rm -rf $(TMP_DIR) K9S := $(LOCALBIN)/k9s -K9S_VERSION := v0.50.16 +K9S_VERSION := v0.50.18 K9S_LOOKUP := derailed/k9s k9s: @mkdir -p $(TMP_DIR)