From 708f3b45462faac46750ca131d8de2bfdb499f9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 00:38:32 +0000 Subject: [PATCH] helmfile: Update to version 1.1.1 --- bucket/helmfile.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 9200e4d097..bb1be9d1a0 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,20 +1,20 @@ { - "version": "1.1.0", + "version": "1.1.1", "description": "Command line interface to deploy Kubernetes Helm Charts.", "homepage": "https://github.com/helmfile/helmfile", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.0/helmfile_1.1.0_windows_amd64.tar.gz", - "hash": "86c00fc170d2b771ae580b1d994aec7de18972d0682fe689ee82c70a286259eb" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.1/helmfile_1.1.1_windows_amd64.tar.gz", + "hash": "ba49f100caf6ffcba4332f156e3639627b3fd32df45a9abc76a4323ec25b9860" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.0/helmfile_1.1.0_windows_386.tar.gz", - "hash": "f025541d05f18eba0fa77f448b43b0794b1fd11f422cbc6c138020db98d1b21d" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.1/helmfile_1.1.1_windows_386.tar.gz", + "hash": "cffebf85f68993e384c5f3ed328b88043237f633fbfec63ff65ea7a50b044e4a" }, "arm64": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.0/helmfile_1.1.0_windows_arm64.tar.gz", - "hash": "dfbd7bc552309aaef004345f5e598c9e62e009201b0349fca26c0ea440cc3454" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.1/helmfile_1.1.1_windows_arm64.tar.gz", + "hash": "c18afc6c2873f9cf4a9e2f50b2e6aa7c8567b1bcb1f4694ddd9503d065db6258" } }, "bin": "helmfile.exe",