From c169e10f6b5b5c5937f90b0bd0d919614f3dd155 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 7 Sep 2019 01:00:19 +0000 Subject: [PATCH] helmfile: Update to version 0.83.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index e1dbe649d7..86f3d848b3 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.82.0", + "version": "0.83.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.82.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "3f9ce5c8f5a46de140691dd842823b3157e32cf1b423b5ef3e38550b0e1e19c8" + "url": "https://github.com/roboll/helmfile/releases/download/v0.83.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f669a0f3f1b51f4205298d800f80789cde1ad404979279cce56fc606e242ff70" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.82.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "5fbd1c527bdbeeb01d342fd21bdacb48a279dab918dfb1249df2accb50264d44" + "url": "https://github.com/roboll/helmfile/releases/download/v0.83.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "e81368c88189deceb9779b1a4e7cbade1d25fae47a6e99ea42eb6afa17b61e13" } }, "bin": "helmfile.exe",