From 93aa1887f754b6c42a6234800438256abcdfaeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 4 Apr 2020 11:27:00 +0200 Subject: [PATCH] helmfile: Update to version 0.106.4 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 1443a80618..21d8fbcc9a 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.106.3", + "version": "0.106.4", "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.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "40a3f678e8dfc238326371efb77f5d8e5a040477cc4aee467743185258523dc9" + "url": "https://github.com/roboll/helmfile/releases/download/v0.106.4/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "d001ab4b8e6c834348a37bf59e87e3818e016adcd51bcb41a70bcf66c4529343" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.106.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "4e4fc5b473c4b1f5a66ed08f60894f7ffe03a81cfa93522c4e2c287bc0426ac9" + "url": "https://github.com/roboll/helmfile/releases/download/v0.106.4/helmfile_windows_386.exe#/helmfile.exe", + "hash": "f4a7ed44410a898652ad8d2fb0a60ffc823147acb631a17aa938db75a129c34e" } }, "bin": "helmfile.exe",