From b57356a84ac3b6dfed68dff5ecfbb0be76dc751b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:42:40 +0000 Subject: [PATCH] helmfile: Update to version 1.1.8 --- bucket/helmfile.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 5e2e3253be..6c91cc52c2 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,20 +1,20 @@ { - "version": "1.1.7", + "version": "1.1.8", "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.7/helmfile_1.1.7_windows_amd64.tar.gz", - "hash": "a04b9d940f67751a2413649d2beda1c78ce4be43e4f57b9785129eb34b1de0db" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.8/helmfile_1.1.8_windows_amd64.tar.gz", + "hash": "105a9273330980e8b31ddbc77cd9a79608e1300cd98070e4efea8bdcfce31910" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.7/helmfile_1.1.7_windows_386.tar.gz", - "hash": "54a04d9b5af98a789e63e2b91dc8058f163c7f318e72df7d0478a6b669b79ed9" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.8/helmfile_1.1.8_windows_386.tar.gz", + "hash": "8ec74cf94493f0e5d637817ee5d4eab5e11c3adec6ab0c71acea6db2a7355965" }, "arm64": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.7/helmfile_1.1.7_windows_arm64.tar.gz", - "hash": "0dee5b8efb58b0586a769d4f7c5fb53bf8f397a259da997917cee33d2730596f" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.8/helmfile_1.1.8_windows_arm64.tar.gz", + "hash": "15fd2c9f60c3409e0c3ae680c6eef850b81d67768b0a86c0c5f52633d7e37e1a" } }, "bin": "helmfile.exe",