From 26508116c2dd119379a654dc771c710266b36eb9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 27 Jul 2019 15:00:20 +0000 Subject: [PATCH] helmfile: Update to version 0.80.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index a7217230ae..acabfee693 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.80.1", + "version": "0.80.2", "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.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "6e9b13604f8dae2d7b7be57de0e3c733f8fcdc01b15a3f16ed62ffdf9b086ff0" + "url": "https://github.com/roboll/helmfile/releases/download/v0.80.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "9f0e4d4b8d90a930030c2728399a9e7d31ca756c7d9c8ba66303b63689d741f6" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.80.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "4ef7c69e09fe295997277457e4c571216fd25723d58bec60386cf0b8192786df" + "url": "https://github.com/roboll/helmfile/releases/download/v0.80.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "ce11c309ab8ec014bd43d6280bdcc1498c08066a9caa0197c765ff01ae117864" } }, "bin": "helmfile.exe",