From 7ede63b65b9e9a1d62c569ee1d2322a76508b621 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 20:28:18 +0000 Subject: [PATCH] kubelet: Update to version 1.24.0 --- bucket/kubelet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubelet.json b/bucket/kubelet.json index d0017d1137..aca844dde9 100644 --- a/bucket/kubelet.json +++ b/bucket/kubelet.json @@ -1,12 +1,12 @@ { - "version": "1.23.6", + "version": "1.24.0", "description": "Kubernetes node agent", "homepage": "https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://dl.k8s.io/v1.23.6/bin/windows/amd64/kubelet.exe", - "hash": "11d7cb5750c44c40e767c7c4fa0f388ed64f636cf6b97ceee7bf9ae77683a3c0" + "url": "https://dl.k8s.io/v1.24.0/bin/windows/amd64/kubelet.exe", + "hash": "694d1ac9a7d3e0f6ec20dfca482f0c6c591b248f45bfa76d4a667d3f800f8590" } }, "bin": "kubelet.exe",