From 56dcf36cf35cd753829d4f065a17c63beeddbf8a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 14 Feb 2019 10:00:27 +0000 Subject: [PATCH] helmfile: Update to version 0.45.2 --- helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helmfile.json b/helmfile.json index 7625f6cf98..15fbae80d6 100644 --- a/helmfile.json +++ b/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.45.1", + "version": "0.45.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.45.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "21dba1837c0360181b516c98e75fdaf6c3e69199ed4ab7bcdb0cad83a61c4200" + "url": "https://github.com/roboll/helmfile/releases/download/v0.45.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "7c6cea5371759f933afe946821ee4c15cc8ad558399c2c740d8f5c164c19c4a3" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.45.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "bf48f4e2d3c7093ebc62ee59ee04ce60d1442c3e5f4116ffe50b133ec387db18" + "url": "https://github.com/roboll/helmfile/releases/download/v0.45.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "dfa5fae8cc98ac64e3ae94091f75cbcc31e6a96e62d06f3492b197e6b04c3f14" } }, "bin": "helmfile.exe",