From 69ebbd21984e8fe294d1b62177d4bcd87cb149c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 08:29:20 +0000 Subject: [PATCH] helmfile: Update to version 0.153.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index dce24d017c..764a357c66 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.153.0", + "version": "0.153.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.153.0/helmfile_0.153.0_windows_amd64.tar.gz", - "hash": "12b1e92bbd11faf911e8cf2f1940560fa264486d82a67efb0d1409e1c7b0b03c" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.153.1/helmfile_0.153.1_windows_amd64.tar.gz", + "hash": "ff7be1410be3695a6cfc0d750b75f9202862558d4b3c78c58e6cb59eef3b8159" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.153.0/helmfile_0.153.0_windows_386.tar.gz", - "hash": "6e61ae1e53661293bb28c3287dde8e6793bf7a79148a971aafde487330a53096" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.153.1/helmfile_0.153.1_windows_386.tar.gz", + "hash": "12d043adba7bd9f497af9fd442e324ea289715350da01183ad7a343e5ba7adfb" } }, "bin": "helmfile.exe",