From 229562c19591423c64b2f49426ee42fa609797b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 08:29:11 +0000 Subject: [PATCH] helmfile: Update to version 0.143.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 7bf644cd8c..07c56a6019 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.142.0", + "version": "0.143.0", "description": "Command line interface to deploy Kubernetes Helm Charts.", "homepage": "https://github.com/roboll/helmfile/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.142.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "87f8ce227e4f9e7ad127b73500903abcff89f8012e755f9c65ee43d2135c07a1" + "url": "https://github.com/roboll/helmfile/releases/download/v0.143.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "914768ed879dde6b0bb92941bf4b5ed706c3c965ebce9fc10b86073c47c70181" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.142.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "bc24147e86da7dbc5932f4843df378ad2dcd533465c12f73d382a28d36de0745" + "url": "https://github.com/roboll/helmfile/releases/download/v0.143.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "cfb079335b2968c3933ce1aee1ca17bd7cc82c38a11b11f3a6b868f42dbc74e9" } }, "bin": "helmfile.exe",