From e6a79b5b5ef3ce3fb64b7cab4ce60c74dc9500ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:39:01 +0000 Subject: [PATCH] rke: Update to version 1.6.5 --- bucket/rke.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rke.json b/bucket/rke.json index 0a1890b8c5..006ed54fe2 100644 --- a/bucket/rke.json +++ b/bucket/rke.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.6.5", "description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers", "homepage": "https://rancher.com/products/rke/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.7.0/rke_windows-amd64.exe#/rke.exe", - "hash": "adc440f5452f97756fdb0e52fc068598e43c156e137be96836d971f18f916096" + "url": "https://github.com/rancher/rke/releases/download/v1.6.5/rke_windows-amd64.exe#/rke.exe", + "hash": "1e36c37f9013b06731ae2d79dab3a9e7e185a8cb172f4f47df9279ca9cf248ce" }, "32bit": { - "url": "https://github.com/rancher/rke/releases/download/v1.7.0/rke_windows-386.exe#/rke.exe", - "hash": "c4826f2962e13d7c639470b96eb8d7a29f16d7eae98c8ed69734db5945eae7b0" + "url": "https://github.com/rancher/rke/releases/download/v1.6.5/rke_windows-386.exe#/rke.exe", + "hash": "2bd7cc9b4f4017dda9cf3f9aaa73a90888d1ec15ff6eb4f05c85c418d98803a0" } }, "bin": "rke.exe",