From b2234cd066ddae1ee72919b2f94e1a97022460bd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 28 Feb 2020 11:01:53 +0000 Subject: [PATCH] helmfile: Update to version 0.102.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index c301e3e375..1d5255398b 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.101.0", + "version": "0.102.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.101.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "d2971df423c25695640a17d7068ea6acdf2a8015ceac34cbb134c534361db412" + "url": "https://github.com/roboll/helmfile/releases/download/v0.102.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "56b9dc20036c1d22a816dabb8dbe14abba4451eb99750f670d012f7e21ee5d35" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.101.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "3795de71adbd5dd23f8e1668f15dea4ae241041a438ed560ae01a9e0a9071574" + "url": "https://github.com/roboll/helmfile/releases/download/v0.102.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "f86e319d93e464db656a749609ce9507c3da91a545dd6dc376017e299dd3ce21" } }, "bin": "helmfile.exe",