From 6e54dbeea2897552de9753400c5edadaa2b7082e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 21 May 2019 06:00:26 +0000 Subject: [PATCH] helmfile: Update to version 0.63.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index b39295dedb..4718a37072 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.63.0", + "version": "0.63.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.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "6e565e92c5f5aaa7ba3a0801225b13cced2a3d435ffef6a6b622bd1139b1ac0f" + "url": "https://github.com/roboll/helmfile/releases/download/v0.63.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "c890d67356710eeb5aed020daea2e0dc7f684a69bad8dcae8ba078223af91ea5" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.63.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "4c8e10ebcf83c13ceeaa8a43331880a35cd6484051d8f6aaf35e8ce2591cd2ff" + "url": "https://github.com/roboll/helmfile/releases/download/v0.63.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "5dbb0194f309cc15538b32d37553ff8eff140cd87a8f25fdb818df3645d8e56a" } }, "bin": "helmfile.exe",