From d700285bc6363cc490601c9481f8482736f35dfb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 15 Aug 2019 02:01:11 +0000 Subject: [PATCH] helmfile: Update to version 0.81.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index acabfee693..25a3ddc6e6 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.80.2", + "version": "0.81.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.80.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "9f0e4d4b8d90a930030c2728399a9e7d31ca756c7d9c8ba66303b63689d741f6" + "url": "https://github.com/roboll/helmfile/releases/download/v0.81.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "1dd3a8fd8ce7cf79b0cc76a0938090a0cdd56b68897ea604d29ba5d5caead2d6" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.80.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "ce11c309ab8ec014bd43d6280bdcc1498c08066a9caa0197c765ff01ae117864" + "url": "https://github.com/roboll/helmfile/releases/download/v0.81.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "ae17dfb02ae63fd7d33b005b1f6cff6998c6eca98f6a7b53164490b66ea185d9" } }, "bin": "helmfile.exe",