From 18cab4b8d6517961a070eaccda3ca27377af3108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 4 Mar 2021 14:05:15 +0100 Subject: [PATCH] helmfile: Update to version 0.138.6 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 1abc1f0cc4..82ed2d1e49 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.138.4", + "version": "0.138.6", "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.4/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "16ec256282c65034ac856c18c8696eaf62938ece7f12d449085be124c19bd4e8" + "url": "https://github.com/roboll/helmfile/releases/download/v0.138.6/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "29e95f21c72507d34a4362680085016dd867f3ad4f01946ad055149962fe54d7" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.138.4/helmfile_windows_386.exe#/helmfile.exe", - "hash": "d879bb05334f6a30705c8a6bf27f7be7dba0caf05c76ce58ad6076abce1a0d34" + "url": "https://github.com/roboll/helmfile/releases/download/v0.138.6/helmfile_windows_386.exe#/helmfile.exe", + "hash": "da0c19f855fc0582cef82c22dbfe6fa387cd4248765ac6669ba455a4207e0359" } }, "bin": "helmfile.exe",