From 5ee4e59d4a28d7fb5e9f8486161c41581255a166 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 5 May 2019 05:00:24 +0000 Subject: [PATCH] helmfile: Update to version 0.56.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 04d752259f..5778609d3a 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.55.0", + "version": "0.56.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.55.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "50f5c9e8e591e630dbf98ad24141f7850bd8867b41c859412f0bf7d268a125b4" + "url": "https://github.com/roboll/helmfile/releases/download/v0.56.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "39c77e4c0ec2c06b3efa832f85ec918e1d9d2a81a61240df84e8cc7ec0dbb1ba" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.55.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "10f8883121b53d62d51ffbd219fc0f4b7485d3f18a832ade0e33a6fbe7907796" + "url": "https://github.com/roboll/helmfile/releases/download/v0.56.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "72d6f4524b3790e6dce56c4eb1d2e65b0de32a507e7eef50d995a5f0311f1566" } }, "bin": "helmfile.exe",