From 570e687366c4994a6cd2a687c3bdd4be6c4228b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 12 May 2020 09:56:47 +0200 Subject: [PATCH] helmfile: Update to version 0.116.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 1023346b69..5c67a3e807 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.115.0", + "version": "0.116.0", "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.115.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "932c1ea4a7516badf9e7da1165d2a258f7bfd9a6294699925ebaec487694cb3d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.116.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "7488150c0844949f9438030d4b248fb740463d6163c3c9c71ac626de74d53568" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.115.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "c4d12e16d647b67af308d2caef1a9103ccce18b00f3e746618d01cbfeb1e0262" + "url": "https://github.com/roboll/helmfile/releases/download/v0.116.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "a978115f31784339e6625293d954248db1644fd46c6d807909415c03d4d2f992" } }, "bin": "helmfile.exe",