From bdac2bc384004b8db774d4139477caf6b64b16cc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 14 Nov 2019 13:00:42 +0000 Subject: [PATCH] helmfile: Update to version 0.90.9 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index b9bd6f3034..b5cf98599c 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.90.8", + "version": "0.90.9", "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.90.8/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "8db3ecb176f08f46ce0fde98d1750c100ae9172e884540026309be2ddc905a86" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.9/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f16d2a48975185adb5be91dec60b336dc3ca567604802ddc8668eeabd062b8f2" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.90.8/helmfile_windows_386.exe#/helmfile.exe", - "hash": "76f31e3a4bdf157f9b586ffe9125535f2bf4371ce24de1205487e6598505a706" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.9/helmfile_windows_386.exe#/helmfile.exe", + "hash": "cb565a2724600259c7ad4721ab84695314c3a87cf68a6f2371c5e6968a4acc3f" } }, "bin": "helmfile.exe",