From 716ec45744fa96cc3f9b6a7670c8b7b791feca3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 15 Oct 2020 09:51:46 +0200 Subject: [PATCH] helmfile: Update to version 0.131.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 43337d9980..d25ec52d69 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.130.3", + "version": "0.131.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.130.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "c5c92b8b4e2121bb99ee4da6d6a92d1de212c1fec7fa229843c8b85bc9da3137" + "url": "https://github.com/roboll/helmfile/releases/download/v0.131.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "b985eaf9e51b3ec5b76500232adc3d24a11bb19e149da348a15d24e595976292" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.130.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "177c18dde136fd3fb49c5141eef0ed8f4acf18364c1bd074a8e8aff9fc107648" + "url": "https://github.com/roboll/helmfile/releases/download/v0.131.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "13e54060844de7e06401206334efc33063621db7a37bbc6520f72790af1e0817" } }, "bin": "helmfile.exe",