From ff98ad094465733e0f90564833c9c411d972d795 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 22 May 2019 10:00:37 +0000 Subject: [PATCH] helmfile: Update to version 0.64.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index af091c4407..4baab34131 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.63.2", + "version": "0.64.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.63.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "0238bf4bf34b328151e762dd1ef51e57382fc8e81bb994d8b71ad4c9876567b3" + "url": "https://github.com/roboll/helmfile/releases/download/v0.64.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "e7679d3a6100f12864b2fe69fbc4a1a0bf0e677ff5c7990991b78b389995d591" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.63.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "e6d6c043773012b2052fbb8adaea18a40b634c3e9b64fdabe0861d0e7ff95222" + "url": "https://github.com/roboll/helmfile/releases/download/v0.64.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "5b268a5cf3ed7e6330d539e5b22f1891b68f82a870e0e781756f01d8257f9410" } }, "bin": "helmfile.exe",