From ab4055dfb110859831311d7f99054f7d3fca7b85 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 6 Nov 2019 13:00:27 +0000 Subject: [PATCH] helmfile: Update to version 0.90.6 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index a25c3b931a..ad9ea11764 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.90.5", + "version": "0.90.6", "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.90.5/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "ffedb5c2679b462a149073a01597605d8a29a216f5185e7e2d3fa99dfab8969f" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.6/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "e9cb78dadab3f5d5184b8640edbdb0a39b44b8eedf5867a455233304dfb91085" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.90.5/helmfile_windows_386.exe#/helmfile.exe", - "hash": "ce9ec08d0cbd16d3ef823a5edde4494dc605e60b66778ef712e5ae530edd148a" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.6/helmfile_windows_386.exe#/helmfile.exe", + "hash": "5c0498514e6c4b23ad451f0c33d19b5457b2e5d487cae93de12d0cb8a7b6d007" } }, "bin": "helmfile.exe",