From 3b5c8681d504f0fe445374f119cd104f6f412497 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 20 Feb 2020 14:01:51 +0000 Subject: [PATCH] helmfile: Update to version 0.100.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 50899b374c..54a503ad38 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.100.0", + "version": "0.100.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.100.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "8bb5e79c130e8d1b017f1f61da99b931b867925564be63776cccc3b59d446de2" + "url": "https://github.com/roboll/helmfile/releases/download/v0.100.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "3ae9d7fff485fb5657ec427f52189e954857ae055c1014996fe2f04223cf36fc" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.100.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "d6357b7fd260964c1387a2872ae6d3c4328b14674f46d97d1dc24a0dc6c47f5d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.100.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "ebd0155d96baa364046eba6d7ee0fb0fb653bbcaa319005d116b08296d912217" } }, "bin": "helmfile.exe",