From 2438e83735cb039e4240370656e3a239aa0234c8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 12 Sep 2019 11:00:44 +0000 Subject: [PATCH] helmfile: Update to version 0.84.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f12dd7423e..a1e12fc75a 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.83.2", + "version": "0.84.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.83.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "97db0cd79533a121dcf5e9165248569d56cec78d39855779409395c24b03db26" + "url": "https://github.com/roboll/helmfile/releases/download/v0.84.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f8d82f6b46787ec66e672bff39896c256a7911a8954a5dff55a0b5a9e1d7b060" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.83.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "c55b7be602dec13a700a996dceb3fb194844eee655f147c3da54e9a823587f72" + "url": "https://github.com/roboll/helmfile/releases/download/v0.84.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "7e404bf98a07c174f3a309545a05b258d3b437e2762675eb83ee8ee35de41e0a" } }, "bin": "helmfile.exe",