From 30b64a4823efb96c4d99eb6eaf679a3c130f57c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:26:38 +0000 Subject: [PATCH] helmfile: Update to version 0.161.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 76278a8bdc..5d9347e880 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.160.0", + "version": "0.161.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.160.0/helmfile_0.160.0_windows_amd64.tar.gz", - "hash": "cc925da684418c27dfbfd97c46c2ea46be1338ae1cb24f32ee4a8d69ca02346d" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.161.0/helmfile_0.161.0_windows_amd64.tar.gz", + "hash": "a0ca555444727adb2e50d8a17cdcc8689e803de914c7ad358e8b6d1ee6af493d" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.160.0/helmfile_0.160.0_windows_386.tar.gz", - "hash": "cb3df1094fec94880e418f51ca4c23f8001f1f010b30159da73ac419ac044bad" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.161.0/helmfile_0.161.0_windows_386.tar.gz", + "hash": "d9632e53daed0f2e23474fcb0f8b5e8c34ea7d47ca303a17512486728a56711e" } }, "bin": "helmfile.exe",