From 6af12693e0e3366af3e6316f2abc0fa8f7835cc2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 14 May 2019 02:00:24 +0000 Subject: [PATCH] helmfile: Update to version 0.60.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index ccb3a12a50..d6f819fab8 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.60.0", + "version": "0.60.1", "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.60.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "289960ec82abadcdc8d70ad0845dac7921fe29f2ca485697ac048b4d8413ae0b" + "url": "https://github.com/roboll/helmfile/releases/download/v0.60.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "5eafbab8f6b50f69861ab5f51b597c0a25571ebcbb2f5e835b92f7048b51c5a2" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.60.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "1fa264a4375e63a29b7367e03fb72b7beb03acffbab60e144380a6664d128aa2" + "url": "https://github.com/roboll/helmfile/releases/download/v0.60.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "1486065f3431f6269eb72af4e4ec9e6c72056a4adb6786651b5dca3bbc330358" } }, "bin": "helmfile.exe",