From f42b154c5aa9b7769c973b0a8b0b46f00e33b297 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 20 Nov 2019 00:00:38 +0000 Subject: [PATCH] helmfile: Update to version 0.92.3 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 5d0ca36e24..45a2aa0187 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.92.1", + "version": "0.92.3", "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.92.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "d34fc455a6694741c1c0c36433e3e2274ed946bba2f40ecc0f029e8ea603279e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.92.3/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "75b1745dde0b57c98d26e374afac40fe64dafbffd48d1eef5d42f6797a6fb5c7" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.92.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "d6ae2fa84e28586e39b1764fd085cbf7c836cb3e0bf28aa5820f649dc108cb6f" + "url": "https://github.com/roboll/helmfile/releases/download/v0.92.3/helmfile_windows_386.exe#/helmfile.exe", + "hash": "2501c8323a2931ad5d450b78e34b9de80b1684da46b071e102c98b833dd7c463" } }, "bin": "helmfile.exe",