From e4886cef2e9180ba9b250772125e4b0f40de7f5d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jun 2019 14:05:47 +0000 Subject: [PATCH] helmfile: Update to version 0.75.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index d168eb4221..77d3d6e961 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.74.0", + "version": "0.75.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.74.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "722bd27d238c12dba8008c20af30c8df450553546efa6af7b5da56ea413d031e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.75.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "68200ee7bcf2947ce3d81bc8ca6ddad86f9a24576741be00d6c0f59aa382faf7" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.74.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "4b22bc7c401ed490d24df57ffe080f0efa8ad522ef239319fab0350e27098e11" + "url": "https://github.com/roboll/helmfile/releases/download/v0.75.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "8217f79bdead505151f053766636c451cb5c5e0027a35e8819904ceae3585ef2" } }, "bin": "helmfile.exe",