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