From ca27500879574c4a77f4d8ffcca8d039f0aeb90f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 17 Oct 2019 00:00:30 +0000 Subject: [PATCH] helmfile: Update to version 0.87.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index d325e233d3..1fd96140de 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.86.1", + "version": "0.87.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.86.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "f636bfdbc6bb2035d352f39c912ab05f22b4cc493cf7a0abdaefdb1a7454a0c0" + "url": "https://github.com/roboll/helmfile/releases/download/v0.87.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "25a23992bf96c37d90fb17054541ce4deed28c4c4b4c26b723d8da8fc9936dbe" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.86.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "596674b0236b1cc40b027f0d494017e151edcb22c6a9875083bb6e7f8a3128e9" + "url": "https://github.com/roboll/helmfile/releases/download/v0.87.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "499aa7c1a3205967bba0baa4af2a58003d8741eb82f18f3e7fb1b31113ea127d" } }, "bin": "helmfile.exe",