From 60edf22e933ab7b854ab82c26a67a2a008a811d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 9 May 2021 08:39:21 +0200 Subject: [PATCH] helmfile: Update to version 0.139.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index d9bbfd0a52..474e2154e5 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.139.1", + "version": "0.139.2", "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.139.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "bb87b11d97d378c412837ba462c44a930f489c3b3da74622534453ed7f456d19" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f92a4dd6d1381e6973eb7d13761883802bfc68bce1a7c19fba520711d294667d" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.139.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "2c148b4e458e70fd5230094e55b66a4b5d985403b5e2e70fe1b214a69c1e6117" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "2ed3069841165badd537a02db6dc50b6722e58a4157e822b596ce9b4674a02a9" } }, "bin": "helmfile.exe",