From a9c90d5fa0526191bc6aa9b663b60ead167af04d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 5 Oct 2019 08:00:21 +0000 Subject: [PATCH] helmfile: Update to version 0.86.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 019ad7b757..e1bc3d9293 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.85.3", + "version": "0.86.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.85.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "51340aa67b5d28bbc55c4c632dc04074420b09f3cb2c63a3b69a9f60708849f3" + "url": "https://github.com/roboll/helmfile/releases/download/v0.86.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "5bfe7e8f7b472c5ac313254a6949f7908e6f83bbbce57ab5de44de22fb75e1dd" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.85.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "caa82100c9e2ed14e2440dae1ca4d2f162a0e10dffde38e51614cddea293bf5e" + "url": "https://github.com/roboll/helmfile/releases/download/v0.86.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "a05524e31daf108021007e005e5083b6a3370c1ee1d1775a1503d78bbea90f3e" } }, "bin": "helmfile.exe",