From d00865ffbfa87a8b3553f17229d80e4644222e56 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 31 Oct 2019 00:01:09 +0000 Subject: [PATCH] helmfile: Update to version 0.90.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 0406d46f87..aeb8a4bffe 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.90.1", + "version": "0.90.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.90.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "19a0c23ee70ccd35cfb0137a53edf30cfcafd05dbfb93b1be200bf189e0b4b70" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "68a75717c8df9b0460efc6f546d51a916f792370a61ceeeb00320a8bfbf0f81d" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.90.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "e1737dcff2dd7ae47b731a07970f3b287ce1de79006f36052d22cad4236d820d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.90.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "c708230d8711c4f16c30a15f2d8f7d9fbd1013566de65f5ee80832acdec87f2b" } }, "bin": "helmfile.exe",