From 48ce759e53fe7508eda0452f9c2eb53fd8f1847a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 14 May 2019 01:00:44 +0000 Subject: [PATCH] helmfile: Update to version 0.60.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f2e7bde5ee..ccb3a12a50 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.59.0", + "version": "0.60.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.59.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "4eadcf5ca5c9bb31537fe493136d1b7956484407c8a3cdf7cbe81beccc852eb4" + "url": "https://github.com/roboll/helmfile/releases/download/v0.60.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "289960ec82abadcdc8d70ad0845dac7921fe29f2ca485697ac048b4d8413ae0b" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.59.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "e5370d76cf8a45107af43e961de1ba19cb24e37082f03b6d264157d3b548631d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.60.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "1fa264a4375e63a29b7367e03fb72b7beb03acffbab60e144380a6664d128aa2" } }, "bin": "helmfile.exe",