From 6ef36079de20cd76e5bd8c17435f64e5cc2cf1ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:29:54 +0000 Subject: [PATCH] flux: Update to version 0.26.2 --- bucket/flux.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flux.json b/bucket/flux.json index d65bf8166f..e872da82b6 100644 --- a/bucket/flux.json +++ b/bucket/flux.json @@ -1,16 +1,16 @@ { - "version": "0.26.1", + "version": "0.26.2", "description": "Open and extensible continuous delivery solution for Kubernetes.", "homepage": "https://fluxcd.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v0.26.1/flux_0.26.1_windows_amd64.zip", - "hash": "d7d1741a0247982cfba33d33d68556b4844a49d34dc7069eb15787764944190c" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.26.2/flux_0.26.2_windows_amd64.zip", + "hash": "ed99525bb23fd63973bd5173c9004707a75094723eaf4c519189ccaccbb08613" }, "32bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v0.26.1/flux_0.26.1_windows_386.zip", - "hash": "65953b3e87d9d7844d8d15637671737a7b27194aca10285a113dc31128ab999b" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.26.2/flux_0.26.2_windows_386.zip", + "hash": "32040dcad602182b734b646efdd14cbf891aae8b5f0e5d501567fc59cf4f0720" } }, "bin": "flux.exe",