From 90218db01da6322162fcc931f286e0cba29c209b Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Thu, 14 Aug 2025 00:22:16 +0200 Subject: [PATCH] feat(asdf): bump k9s --- users/shared/scripts/asdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/shared/scripts/asdf.sh b/users/shared/scripts/asdf.sh index a34c860..4e6fb92 100755 --- a/users/shared/scripts/asdf.sh +++ b/users/shared/scripts/asdf.sh @@ -22,7 +22,7 @@ plugins=( "helm 3.17.0" # k8s package manager "k3s 1.31.5+k3s1" # lightweight k8s "k3d 5.8.1" # wrapper to run k3s in docker - "k9s 0.32.7" # UI to interact with k8s clusters + "k9s 0.50.9" # UI to interact with k8s clusters "krew 0.4.5" # k8s plugin manager "kubectx 0.9.5" # k8s context switcher "kubie 0.26.0" # more powerful k8s context switcher