From 0e3bb93fc26217db07b224bba6a84f7a6136d82b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 00:42:12 +0000 Subject: [PATCH] helmfile: Update to version 1.1.5 --- bucket/helmfile.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index bbd2c074f8..58dbcb068b 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,20 +1,20 @@ { - "version": "1.1.4", + "version": "1.1.5", "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.4/helmfile_1.1.4_windows_amd64.tar.gz", - "hash": "1501631de54990ebeea63c07d7d41ab34c554907dedd1e9fa9ba818e11e2232e" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.5/helmfile_1.1.5_windows_amd64.tar.gz", + "hash": "e9af7e51674d64ac7cf5a213fe83d0a67f8eaed832e702cf2881f66ad6245835" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.4/helmfile_1.1.4_windows_386.tar.gz", - "hash": "2c5ba2830fa8de4727b8f084ecdbc896ed617061ae98bb666272fbf45ef9902a" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.5/helmfile_1.1.5_windows_386.tar.gz", + "hash": "01f5f0999be6a394d22eb418c82d3846130671f18275b36ce99a20085c6d780d" }, "arm64": { - "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.4/helmfile_1.1.4_windows_arm64.tar.gz", - "hash": "5901031d253f7d45f8ed9ee34d67b15c46c5b3f07936630f349c74fb582dfbe2" + "url": "https://github.com/helmfile/helmfile/releases/download/v1.1.5/helmfile_1.1.5_windows_arm64.tar.gz", + "hash": "a0c40aa04192bbde5a40abeb4f4eaed58d1a0d248db8e94d05c2945371c26fea" } }, "bin": "helmfile.exe",