From ce781495624c6bdd620342154a2b247406b5d7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 6 Aug 2020 08:10:08 +0200 Subject: [PATCH] helmfile: Update to version 0.125.3 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index ac4bd6d813..5504579e8f 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.125.2", + "version": "0.125.3", "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.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "81d1ff712738f01f8b01c3543635ef5463a61a5bd586424e6e1a06176db6c851" + "url": "https://github.com/roboll/helmfile/releases/download/v0.125.3/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "078f78f0d43b37190bff172bd0d9d39179cd0b2cd37aa227eae9c930e3ba226a" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.125.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "275b9087c9d29c1bccd20f051aa4f7453ed068585f4ea09bdafab189ec1d5419" + "url": "https://github.com/roboll/helmfile/releases/download/v0.125.3/helmfile_windows_386.exe#/helmfile.exe", + "hash": "6c8e4c181289cb34f8957a79a3738c3706aa43174aff3a791ae17b9d41fd872d" } }, "bin": "helmfile.exe",