From 3e723ca8de591207e08e2e7d89320929b6abe983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 22 Sep 2020 08:20:11 +0200 Subject: [PATCH] helmfile: Update to version 0.130.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 28867cb3a3..256cb7e669 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.129.4", + "version": "0.130.0", "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.129.4/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "c4bd2718d67e484f11fdc2ce9a3a50d007c580f0510f89a5bdc7c945c7f1a2ea" + "url": "https://github.com/roboll/helmfile/releases/download/v0.130.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "0f0af476d0cfa425d1772d9027d87591d99cba448ad810303ab437074409fb00" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.129.4/helmfile_windows_386.exe#/helmfile.exe", - "hash": "b5b859a27d748963de25810967ffe6bfbcfc75aa3cc53f2811130d0f7a022567" + "url": "https://github.com/roboll/helmfile/releases/download/v0.130.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "eb247254252feb41f04ec8e99b98a09abea939a773b4329b03395925a1583926" } }, "bin": "helmfile.exe",