From 266bf91604cd6ac0c00a306371cdb5f9415a9298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 5 Feb 2021 08:33:29 +0100 Subject: [PATCH] helmfile: Update to version 0.138.4 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index ffe37e8468..1abc1f0cc4 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.138.3", + "version": "0.138.4", "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.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "ff220f56d1c5dc2e4dc0004447c7706a5f0cc4c74f45d879acde5968ff3f3829" + "url": "https://github.com/roboll/helmfile/releases/download/v0.138.4/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "16ec256282c65034ac856c18c8696eaf62938ece7f12d449085be124c19bd4e8" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.138.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "71db077537482eef58c3b933a1ff375c728d582723e83a659c22a8814e95cd81" + "url": "https://github.com/roboll/helmfile/releases/download/v0.138.4/helmfile_windows_386.exe#/helmfile.exe", + "hash": "d879bb05334f6a30705c8a6bf27f7be7dba0caf05c76ce58ad6076abce1a0d34" } }, "bin": "helmfile.exe",