From d924ed5ceccac02d53e2e9c9ba1211eab06e61bd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 21 Nov 2019 14:00:40 +0000 Subject: [PATCH] helmfile: Update to version 0.93.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 45a2aa0187..a06ed60368 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.92.3", + "version": "0.93.1", "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.92.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "75b1745dde0b57c98d26e374afac40fe64dafbffd48d1eef5d42f6797a6fb5c7" + "url": "https://github.com/roboll/helmfile/releases/download/v0.93.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "d57bc4d2547d354d41435c122d9e2d3250990bb7a2c9e1442856451131bde1b7" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.92.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "2501c8323a2931ad5d450b78e34b9de80b1684da46b071e102c98b833dd7c463" + "url": "https://github.com/roboll/helmfile/releases/download/v0.93.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "df1d90ba327d9438e1f300210baa47f0ef6114b183f8b5d20f6fd6f22acfe70f" } }, "bin": "helmfile.exe",