From dca8b5bcd3bde4275692663be4f1e485074220e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 1 Aug 2020 12:49:31 +0200 Subject: [PATCH] helmfile: Update to version 0.125.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 8018ed6f7e..801c6470e1 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.125.0", + "version": "0.125.1", "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.125.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "b34c6d6cb46ce5231e5c942633d61e1f8ad095077652a854c38286fe8d2179aa" + "url": "https://github.com/roboll/helmfile/releases/download/v0.125.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f641fb0a693a2958a8a5cd9bf4c42153bd6bc630404b9fa60323690f1bcc70f4" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.125.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "7a58215b3f5bcb28a281f761b0884fe4f8b6ea69f3037e3752d1fce2a014d7f3" + "url": "https://github.com/roboll/helmfile/releases/download/v0.125.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "b267e7b60ce61b17c7f4c009e9dd543c2be3b7519c1c059feefc63996fb37084" } }, "bin": "helmfile.exe",