From 1582c1d406ad1efea7ea80dde511bfdc67cc28a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 4 Sep 2020 08:30:02 +0200 Subject: [PATCH] helmfile: Update to version 0.128.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f7e5ba675e..0b6789bf36 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.127.0", + "version": "0.128.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.127.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "5eac82685594f521925935c545c17bf10ffc877b773fc7bf289609d0f4fc3c04" + "url": "https://github.com/roboll/helmfile/releases/download/v0.128.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "0f87dd3991676a50db86362f40ed622b07ff3e3b789cfb91ffbef068c5512503" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.127.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "fafe2db953b798f2eb491840e8abef5b7934c817ca78edc42381e2ce3107e917" + "url": "https://github.com/roboll/helmfile/releases/download/v0.128.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "8410cbdb6fc0780c23bffd9a3219712312cb0980a24cc42ec8135bf87a41647d" } }, "bin": "helmfile.exe",