From c00890de46037f5e222d620cea1068841ae0f884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 9 Nov 2020 11:21:34 +0100 Subject: [PATCH] helmfile: Update to version 0.134.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 9b1cdbff00..5e61c9be69 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.133.0", + "version": "0.134.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.133.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "e42ee0c7d3fcb2b42e522bf1367e62b67ffee0b64eaa3a6b0d10e189eb8b9198" + "url": "https://github.com/roboll/helmfile/releases/download/v0.134.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f90222c66a59234bf2eccebf0e72b965e64e3a6425d6e8e2d24a95cfdfedf471" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.133.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "2c6f677449a2ac5df5511f24455953ef7310a5a25fb6bf52144889e5362f78d1" + "url": "https://github.com/roboll/helmfile/releases/download/v0.134.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "9689001a6633f00d0c6be4776dbe630f1de304b9e603cb414fd5e2dbd47ca34e" } }, "bin": "helmfile.exe",