From 6c5edda9515e5c7e3ab0d7409bea56abf3009d92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 16:29:13 +0000 Subject: [PATCH] k9s: Update to version 0.27.3 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index 12e4b88271..8b9fb92594 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.27.2", + "version": "0.27.3", "description": "Kubernetes Clusters manager", "homepage": "https://github.com/derailed/k9s", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.27.2/k9s_Windows_amd64.tar.gz", - "hash": "bc66b62c4152e0845184eab771e8cf928d8d3d68d6b428fec44b818461a465fa" + "url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_amd64.tar.gz", + "hash": "65acc7864e9db57e91a2874b81199c273a7f60c128f2697d518810b569a05576" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.27.2/k9s_Windows_arm64.tar.gz", - "hash": "00342fbd45e431dce91521c3d6d960340f2876a12ef6d0148452d5dff8da719c" + "url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_arm64.tar.gz", + "hash": "329dc62297f0e058bbb423df4443958eb59472cb4d1394372f41c15305624c4f" } }, "bin": "k9s.exe",