From 123633cb7108b99a72db28468d596be2465a6881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 9 May 2020 12:26:11 +0200 Subject: [PATCH] helmfile: Update to version 0.115.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 78c21534ff..1023346b69 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.114.0", + "version": "0.115.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.114.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "87ca8379015d80a9ef1c76c6c770d46547af397906b41e75eb4e521922c392c4" + "url": "https://github.com/roboll/helmfile/releases/download/v0.115.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "932c1ea4a7516badf9e7da1165d2a258f7bfd9a6294699925ebaec487694cb3d" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.114.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "c488c7b139f8f23922075f60527e30db96e5389f51c248d9ec2c310880009150" + "url": "https://github.com/roboll/helmfile/releases/download/v0.115.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "c4d12e16d647b67af308d2caef1a9103ccce18b00f3e746618d01cbfeb1e0262" } }, "bin": "helmfile.exe",