From 97acaf1da79f505eda90cbdded51a414d5c152d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 25 Jul 2021 22:44:46 -0700 Subject: [PATCH] helmfile: Update to version 0.140.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 727e578387..7c5eb7d9c5 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.139.9", + "version": "0.140.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.139.9/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "9fec0518cd841284f433619f134ea1db8d0cabd35314f81ccc05a1a153fafc0e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.140.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "a73a55eb65b56ba8d73bd8ead8e4d95406a64d86d74b2faada50d8c11665deea" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.139.9/helmfile_windows_386.exe#/helmfile.exe", - "hash": "f3afa18cd221f29f1761dbf7157185d3e615bf47e9724705d67807da3d257564" + "url": "https://github.com/roboll/helmfile/releases/download/v0.140.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "b1a90fd5e6b16a4711e64662c43204d789c9d804d149b3198378bff6bee2b7e6" } }, "bin": "helmfile.exe",