From aa37c9962578dbdcf59c5bb9a54bf2248b128be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 13 Sep 2020 13:58:13 +0200 Subject: [PATCH] helmfile: Update to version 0.129.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f0e92113a2..84c5ffff49 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.129.0", + "version": "0.129.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.129.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "959b15c051f795170ffc85b74d6784d11f7e0bea4864ced11d907e0c35b47208" + "url": "https://github.com/roboll/helmfile/releases/download/v0.129.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "0423c9169823068ea7ae11cbc8a284f35fac49303514727f7babb54a79f0ecd7" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.129.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "250da94c6a5366ccd4ca7fcabb0552c4ba580a4d8e6f60d00301d63a64075f4a" + "url": "https://github.com/roboll/helmfile/releases/download/v0.129.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "680d3985a05864dc15cf66fa6db050c6d10b79adfeed6ae1885f89a283af67ad" } }, "bin": "helmfile.exe",