From fe6bf0d90c7b11da3502ef766d3e52defa2e6b56 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 20 Mar 2020 08:01:49 +0000 Subject: [PATCH] helmfile: Update to version 0.103.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 8a6984139b..baec65e989 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.102.1", + "version": "0.103.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.102.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "55c97556228ec8d4eed2e99c20843607304fbcd79fca13e39382e63a60ad4170" + "url": "https://github.com/roboll/helmfile/releases/download/v0.103.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "f8d98eb5c2fc7d91cca5ab4be747f3d6b95070e07f599d398a3b6a4e17f0ab5f" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.102.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "9576a5e7437582e5ab87f6deb70ee815e758a00bc8cf1f52a87abf28317849db" + "url": "https://github.com/roboll/helmfile/releases/download/v0.103.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "f72bb9a91a29f7df334767286b62260b99fe2815a7da6048c612a898d38e8edf" } }, "bin": "helmfile.exe",