From 93dbaa7d4f236bd08dc3b8bbe2466c10daf6df3a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 13 Feb 2020 00:01:52 +0000 Subject: [PATCH] helmfile: Update to version 0.99.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index a2da615906..ee5a9bd782 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.99.0", + "version": "0.99.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.99.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "af444b24395245533b4cebaa42f994ba03b3119cfeeb5c184cfe982ee831bf23" + "url": "https://github.com/roboll/helmfile/releases/download/v0.99.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "84f234ebbb04e311ea84ab4fcff0d4e57cd2271b41ec062ec8e6dca45a699d4d" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.99.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "39f8addef6a91cc899b3d5ff228fe86104f89bfa62c26bccb44e177c4928c70c" + "url": "https://github.com/roboll/helmfile/releases/download/v0.99.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "cc71773cb1012ac3b1e827874b361e8296463edc8f2a405faf770afd54cebfb5" } }, "bin": "helmfile.exe",