From c809edd4e9a3b06f2b27045c4fb676c4d947b7f2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 29 Sep 2019 08:00:22 +0000 Subject: [PATCH] helmfile: Update to version 0.85.3 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 0521c26465..019ad7b757 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.85.2", + "version": "0.85.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.85.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "3a50bbe09f44903244d015b57af93cf0d714c13df1d70e97bc7f33aea0c4e5b1" + "url": "https://github.com/roboll/helmfile/releases/download/v0.85.3/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "51340aa67b5d28bbc55c4c632dc04074420b09f3cb2c63a3b69a9f60708849f3" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.85.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "f3ea25bcc34ad719d71636ac4683ffee30eb799c7965af6ffd05c6fa92a8a11e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.85.3/helmfile_windows_386.exe#/helmfile.exe", + "hash": "caa82100c9e2ed14e2440dae1ca4d2f162a0e10dffde38e51614cddea293bf5e" } }, "bin": "helmfile.exe",