From 870bf2c507f6b1be0dda2db99f3fee329facf925 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 4 Jun 2019 08:02:07 +0000 Subject: [PATCH] helmfile: Update to version 0.71.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index b7c75cfbaf..70894feefe 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.70.1", + "version": "0.71.0", "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.70.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "6d609c2fcf6451f81026495ae42eaa30855a10ecd5eef70b1ae3f431bfe999bb" + "url": "https://github.com/roboll/helmfile/releases/download/v0.71.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "13d1359594783abe70dfca1bd9d43ab06fe5d00324137f1537b0d0bc40cfa530" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.70.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "c2f2c2b62e3e52d531ce4e2e79573ebcd1edab19fdbc3ed46e1e39399e0164af" + "url": "https://github.com/roboll/helmfile/releases/download/v0.71.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "81e7b16dc38d331ed6fbd10facd799a284922161f5979cfac5ab565bc954fb6b" } }, "bin": "helmfile.exe",