From 99dcbedf9d70d4119d95cd080ca83d1a437ec6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 6 May 2021 08:35:56 +0200 Subject: [PATCH] helmfile: Update to version 0.139.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 1edd6b9a96..7c1bd1fc0c 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.138.7", + "version": "0.139.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.138.7/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "4c57c741e8812d7871e84308991f80439451e779b989bfd40b7e6341a4f7da0c" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "fa6d97d87653f249fd4eca9f55cf741216f4a07db8b5e7793242104220b4e18e" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.138.7/helmfile_windows_386.exe#/helmfile.exe", - "hash": "aad6644381f2a1b8ca5c907aac9ba4e4d09a5bda8034fe68ba31b4cd0e9c7b67" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "9fd3132493699ea9e0171e794448e2bf2af4d12e2eb21f1cf468e12681c0892a" } }, "bin": "helmfile.exe",