From c3d96c39e46c3c333b3e77434a187d18c0df56c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 25 Oct 2020 08:43:05 +0100 Subject: [PATCH] helmfile: Update to version 0.132.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 8da4b9ed10..3a12d50748 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.132.0", + "version": "0.132.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.132.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "65474d284718546ac64c22c2753ddb70a6d35e53001fbb96292ced364d014572" + "url": "https://github.com/roboll/helmfile/releases/download/v0.132.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "1304c4d2ce0c6f9fe8086e836acafcae3d642c4e54fa0a68affda8cf7d5d6874" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.132.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "f60ba7a6b8bc8d817cfac75826421ac0ee4f3737af3ac60117351177964ae045" + "url": "https://github.com/roboll/helmfile/releases/download/v0.132.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "08262317a286dc6faa8a06ae6c93c05d146bca669f559824807a3da6487974f9" } }, "bin": "helmfile.exe",