From 644e126ca6ca34967c76a767de439cdc19aaa5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 2 Oct 2020 10:08:43 +0200 Subject: [PATCH] helmfile: Update to version 0.130.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 256cb7e669..f96f3ba21d 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.130.0", + "version": "0.130.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.130.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "0f0af476d0cfa425d1772d9027d87591d99cba448ad810303ab437074409fb00" + "url": "https://github.com/roboll/helmfile/releases/download/v0.130.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "88e237c548aa37a68435c85fc5256e2a19fd840fff4d448eb22ac930a0407c1d" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.130.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "eb247254252feb41f04ec8e99b98a09abea939a773b4329b03395925a1583926" + "url": "https://github.com/roboll/helmfile/releases/download/v0.130.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "a993618e2ee6cf2d8b286ff19b82dac82ac590d1845bcc988abacaee3c5164c4" } }, "bin": "helmfile.exe",