From 31658e2bfd9e9f5bb49ca163ffa6a5f49163860c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:32:11 +0000 Subject: [PATCH] helmfile: Update to version 0.171.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 2a8dff9b85..07a6bf7787 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.170.1", + "version": "0.171.0", "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/v0.170.1/helmfile_0.170.1_windows_amd64.tar.gz", - "hash": "e8c5f215ae202412e7ac51e9b1a48747f71532f291c1b2e38e4c5c0e65785964" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_amd64.tar.gz", + "hash": "1cde3bb80ec893209f0a7dddf50e0513f28186fa93ee018072d6e6f509b4c475" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.170.1/helmfile_0.170.1_windows_386.tar.gz", - "hash": "de868c6ec6a6e839435bf8d6f445fab6bb84b3870c82b342e70640423ff05517" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_386.tar.gz", + "hash": "6b21a3dbb0307d0364db929c47233480d936bfa84b7916e7748eb2fe0f713457" } }, "bin": "helmfile.exe",