From d58dfce1ca205785de5e5a09b76424f05a0c1e6e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 2 Nov 2019 08:00:28 +0000 Subject: [PATCH] helmfile: Update to version 0.90.5 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index ea0af10cfa..a25c3b931a 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.90.4", + "version": "0.90.5", "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.4/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "e5ef44babdbec37183ce5258853171200276ef49621f32ea40c1ecb41a50809a" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.5/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "ffedb5c2679b462a149073a01597605d8a29a216f5185e7e2d3fa99dfab8969f" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.90.4/helmfile_windows_386.exe#/helmfile.exe", - "hash": "20a2ce6591eaae6b23aea436903fb8fb4eb4ede1c54c2f5c37cbda290c969469" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.5/helmfile_windows_386.exe#/helmfile.exe", + "hash": "ce9ec08d0cbd16d3ef823a5edde4494dc605e60b66778ef712e5ae530edd148a" } }, "bin": "helmfile.exe",