From 11ca35d391721fad76150a5f7b1065452dfe54d8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jun 2019 06:00:43 +0000 Subject: [PATCH] helmfile: Update to version 0.74.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 0987e05f02..d168eb4221 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.73.2", + "version": "0.74.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.73.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "da8bc46913bdae39a0d5364c79fe24aafc1568ed1c873774d2b3d60627d338c1" + "url": "https://github.com/roboll/helmfile/releases/download/v0.74.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "722bd27d238c12dba8008c20af30c8df450553546efa6af7b5da56ea413d031e" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.73.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "f1f08a430cb23d7b472dbdc8bc52c1ff8bb0287cbbe95e30c008f554657722d1" + "url": "https://github.com/roboll/helmfile/releases/download/v0.74.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "4b22bc7c401ed490d24df57ffe080f0efa8ad522ef239319fab0350e27098e11" } }, "bin": "helmfile.exe",