From 3b45efbb74b1c28b9ea6aa56d0f6661e80a58215 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Jun 2019 06:00:50 +0000 Subject: [PATCH] helmfile: Update to version 0.75.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 77d3d6e961..3ab14f9785 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.75.0", + "version": "0.75.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.75.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "68200ee7bcf2947ce3d81bc8ca6ddad86f9a24576741be00d6c0f59aa382faf7" + "url": "https://github.com/roboll/helmfile/releases/download/v0.75.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "c941aa07ea0a546a6a1b1d398f5c8fae5098fe9c639135ff9900857d200a1fbd" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.75.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "8217f79bdead505151f053766636c451cb5c5e0027a35e8819904ceae3585ef2" + "url": "https://github.com/roboll/helmfile/releases/download/v0.75.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "7a33bab2295d29fcbe53da3d1884e5ffc6486f4a2901f3f8a9ce2da15a0e043a" } }, "bin": "helmfile.exe",