From 9c1e773b9067e71b118c14f487e2d10bed8c3adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 2 Jun 2020 10:27:07 +0200 Subject: [PATCH] helmfile: Update to version 0.118.5 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index aabb04c4f1..d414b7470d 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.118.3", + "version": "0.118.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.118.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "17f8383f18269b9c2d146b943253a796a93537dc49fa9cabdbe2549dc23feffa" + "url": "https://github.com/roboll/helmfile/releases/download/v0.118.5/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "5571d5b5a931dacabe99f1240f92e4be72727cbaa4cfa88c6e0ac3d4d2c0b37e" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.118.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "89ff804faf57e676bf0bb139c0eb10853a8bc76845f36a1c92403b8916f5893e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.118.5/helmfile_windows_386.exe#/helmfile.exe", + "hash": "238063425de29c132c10739bd5fe6e28101b782c2a095828fcee6f6a9cabc4c7" } }, "bin": "helmfile.exe",