From c1bef581bd0f98a9d4ef576908fd17e362075af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 23 May 2021 22:11:15 -0700 Subject: [PATCH] helmfile: Update to version 0.139.7 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f1731659da..039daba471 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.139.6", + "version": "0.139.7", "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.6/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "d90c71511bef846e4b111de722d718b34fb814a2dd6d6a15b323edcd8eb0f90d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.7/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "506a0c67c541a2d2daf39037b50443df388dd7e02d633b61ea8aebd7919ef38c" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.139.6/helmfile_windows_386.exe#/helmfile.exe", - "hash": "4a8f97cb6e2de8f59d7360ebea9bcef6b2a29c0338ca90227c66c5b4e69dea17" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.7/helmfile_windows_386.exe#/helmfile.exe", + "hash": "083195860580121889c128c77ec1886b823a9b0e083bb81975e91d7dd92699b6" } }, "bin": "helmfile.exe",