From dd0d312597e1e0b9ef9ca2b1f139b5acf80d1a75 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 11 Jul 2019 01:01:06 +0000 Subject: [PATCH] helmfile: Update to version 0.80.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 9c8583240a..1731d60c80 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.79.4", + "version": "0.80.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.79.4/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "4edeb0b9da45d085543cc97fa72fa88fe98590a7632c3001f3b1f017ad31fdba" + "url": "https://github.com/roboll/helmfile/releases/download/v0.80.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "7598bec806ed27e4cc3d656b64ef0ade6f101a7a54f6fc5793dfb04c7cc65084" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.79.4/helmfile_windows_386.exe#/helmfile.exe", - "hash": "de29ff2eaae344dd408a94b9066721aefb15db2059dc51493ff62835579a27fe" + "url": "https://github.com/roboll/helmfile/releases/download/v0.80.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "74e020dea490eef07a63283abff87fd573296bd1386f2cac15f7349f6db9ba5f" } }, "bin": "helmfile.exe",