diff --git a/roles/k9s/defaults/main.yml b/roles/k9s/defaults/main.yml index 45b6cb2bb..1c2a036ee 100644 --- a/roles/k9s/defaults/main.yml +++ b/roles/k9s/defaults/main.yml @@ -3,7 +3,7 @@ # The K9s repo k9s_repo: https://github.com/derailed/k9s # The K9s version to download -k9s_version: v0.50.9 +k9s_version: v0.50.14 # The OS variant and architecture to use # See https://github.com/derailed/k9s/releases for the available options k9s_os: "{{ ansible_system }}"