From 139c2a9516dedec334c4b5415d7441551300bba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 28 Jan 2021 07:31:09 +0100 Subject: [PATCH] helmfile: Update to version 0.138.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f7e1fc217a..af7c5707dc 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.137.0", + "version": "0.138.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.137.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "3911464e437da658ce807b8f2a489fc963f0da1a57669ffa4e839d2694804598" + "url": "https://github.com/roboll/helmfile/releases/download/v0.138.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "05bf03981cb1ed2e2a4a25faefc2bb8cc65d4c02fab01c80889727ba9aaf69a4" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.137.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "8552f09386a8bba4392c1a4a1265a30ff8c70cc097a0e75ec0bfee80ff8dc42d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.138.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "c6764650771d163c7f184409b7430a9387e37e0801fe61ad43915e99c0d9eb45" } }, "bin": "helmfile.exe",