From 01822e619cc7c98b41f8f14b1e05bfbd83cd18d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 27 May 2020 10:31:37 +0200 Subject: [PATCH] helmfile: Update to version 0.118.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 5c67a3e807..73a97110e6 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.116.0", + "version": "0.118.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.116.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "7488150c0844949f9438030d4b248fb740463d6163c3c9c71ac626de74d53568" + "url": "https://github.com/roboll/helmfile/releases/download/v0.118.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "260508517046e7e8a81e56afe159ddd8627fe7cb9cb85eea39bdff94b89e1c4b" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.116.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "a978115f31784339e6625293d954248db1644fd46c6d807909415c03d4d2f992" + "url": "https://github.com/roboll/helmfile/releases/download/v0.118.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "19eb4314f3505cac04a16b69ec21303400b7e94bbce11b6dcbe22c29a9c773bc" } }, "bin": "helmfile.exe",