From ef2edfe740b5b4780ca26451a13349fbfd8389cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 5 Apr 2020 02:35:33 +0200 Subject: [PATCH] helmfile: Update to version 0.107.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 21d8fbcc9a..66aaf0a1f4 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.106.4", + "version": "0.107.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.106.4/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "d001ab4b8e6c834348a37bf59e87e3818e016adcd51bcb41a70bcf66c4529343" + "url": "https://github.com/roboll/helmfile/releases/download/v0.107.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "44ce2d1a116eb0a55aa99adbd36be3621d92c8357978279ff6a9fa65cb244877" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.106.4/helmfile_windows_386.exe#/helmfile.exe", - "hash": "f4a7ed44410a898652ad8d2fb0a60ffc823147acb631a17aa938db75a129c34e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.107.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "2017175054dc12efbe276eb651cb72d7dfd970d7c8b9b1a150d9a44e04014069" } }, "bin": "helmfile.exe",