From 7a3b94759f4cb82c24789ffda197bce300689ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 4 Aug 2020 09:25:22 +0200 Subject: [PATCH] helmfile: Update to version 0.125.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 801c6470e1..ac4bd6d813 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.125.1", + "version": "0.125.2", "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.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "f641fb0a693a2958a8a5cd9bf4c42153bd6bc630404b9fa60323690f1bcc70f4" + "url": "https://github.com/roboll/helmfile/releases/download/v0.125.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "81d1ff712738f01f8b01c3543635ef5463a61a5bd586424e6e1a06176db6c851" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.125.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "b267e7b60ce61b17c7f4c009e9dd543c2be3b7519c1c059feefc63996fb37084" + "url": "https://github.com/roboll/helmfile/releases/download/v0.125.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "275b9087c9d29c1bccd20f051aa4f7453ed068585f4ea09bdafab189ec1d5419" } }, "bin": "helmfile.exe",