From 2fbd1af397474c12a7fd0091475692085ec9856c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 12 May 2021 23:51:09 -0700 Subject: [PATCH] helmfile: Update to version 0.139.4 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 3471571f08..c3eac1b0e7 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.139.3", + "version": "0.139.4", "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.139.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "a21ee42dfff3be9ee135f84be63d2d97b355e1919ad5c120e6b99c03c8da5f8a" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.4/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "c6d31115c42478a43e0944183c35c2d7a5799a818a4c7398310632773bbd7cec" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.139.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "e1dacb7decedf085199bf61a1b5cb10b2d3f66454732148b7a4bf375f3f4dd4a" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.4/helmfile_windows_386.exe#/helmfile.exe", + "hash": "4d7709ce09269435f5221710974b0b3d2e8d6325ae02498d85b93fd874cdb7cb" } }, "bin": "helmfile.exe",