From cebb0cfba17d60f9239090bf6d1aead6bcce7daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:26:56 +0000 Subject: [PATCH] helmfile: Update to version 0.158.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 2351e0a849..e0b29f4310 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.158.0", + "version": "0.158.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/v0.158.0/helmfile_0.158.0_windows_amd64.tar.gz", - "hash": "9e308ac3127034f1426a8e403d6079998dcc209c0a741b0c4f4460d79e7a1ecb" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.158.1/helmfile_0.158.1_windows_amd64.tar.gz", + "hash": "389594024fe8cad9c70e58b138ecd28c6392cbcfef7f44ed4ad6194ef1442b7e" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.158.0/helmfile_0.158.0_windows_386.tar.gz", - "hash": "f7769552a4f8d346698c6de4d38ee74715c44772a6ecce1fcd286edaa216d786" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.158.1/helmfile_0.158.1_windows_386.tar.gz", + "hash": "eae3f699b3fd2df4787d15596bea7c4cd10c47d0057ae3c191c479724a815ed3" } }, "bin": "helmfile.exe",