From e43474e0195964a7e0fafbc5aa96e62782fc0358 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 19 Sep 2019 00:00:43 +0000 Subject: [PATCH] helmfile: Update to version 0.85.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 6ee8380a36..0521c26465 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.85.1", + "version": "0.85.2", "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.85.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "834ac7f293cda6cb508801c4772229994885c54e5264853bb97ba2d96b0963a1" + "url": "https://github.com/roboll/helmfile/releases/download/v0.85.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "3a50bbe09f44903244d015b57af93cf0d714c13df1d70e97bc7f33aea0c4e5b1" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.85.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "6e65f4db7ce9da28178f55c66455f8367185bddc287272aa307d34ad6aa0d6bc" + "url": "https://github.com/roboll/helmfile/releases/download/v0.85.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "f3ea25bcc34ad719d71636ac4683ffee30eb799c7965af6ffd05c6fa92a8a11e" } }, "bin": "helmfile.exe",