From 96a3b037179af4bb0232505ea607a3b1ff6f33f3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Jun 2019 13:00:36 +0000 Subject: [PATCH] helmfile: Update to version 0.73.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 7e23ab40d1..0987e05f02 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.73.1", + "version": "0.73.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.73.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "c4d09909d313f72be9e845655d3c67c1d634f6088d2455f35390c780940dd4ed" + "url": "https://github.com/roboll/helmfile/releases/download/v0.73.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "da8bc46913bdae39a0d5364c79fe24aafc1568ed1c873774d2b3d60627d338c1" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.73.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "208fb32fe4c3b3dee5c0c86e46557443e8eb408924ba2bc6c63b2581171dbde8" + "url": "https://github.com/roboll/helmfile/releases/download/v0.73.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "f1f08a430cb23d7b472dbdc8bc52c1ff8bb0287cbbe95e30c008f554657722d1" } }, "bin": "helmfile.exe",