From 5e8afcfc03a694825d0a34330e8116f1f3745e8a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 15 May 2019 05:01:51 +0000 Subject: [PATCH] helmfile: Update to version 0.61.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index c40a5ec5e2..388e3adf04 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.61.0", + "version": "0.61.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.61.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "abd5242e7a7c2e1d294adbf91845b9b5b8cb50071e847c4b50874f718f24d5f0" + "url": "https://github.com/roboll/helmfile/releases/download/v0.61.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "d8b3cef7e2ed5879c575cfcf6fdd25f085739a978beeea2dcfd206da6c143651" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.61.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "d2b88765c2d38503444966cc62038032e1157b8624849df67374916317773286" + "url": "https://github.com/roboll/helmfile/releases/download/v0.61.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "7d3e98fb59455b23e54815184007d0cc808f7ec84f25a8f6c623d3926ccefdc5" } }, "bin": "helmfile.exe",