From e3c2860bdafe0f84cb54d76809f5c1d9dbe8cd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 2 Apr 2020 19:08:17 +0200 Subject: [PATCH] helmfile: Update to version 0.106.3 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f03bba0c63..1443a80618 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.104.0", + "version": "0.106.3", "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.104.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "191b9ff3e7d0010471c41f54a26d5a8b4633d42e2d9b86ddc3ea708e3086427d" + "url": "https://github.com/roboll/helmfile/releases/download/v0.106.3/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "40a3f678e8dfc238326371efb77f5d8e5a040477cc4aee467743185258523dc9" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.104.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "1cc9a3e67e4be541ba19d7719b2cf8cff680a761eb2ddcc13d85ea8751217400" + "url": "https://github.com/roboll/helmfile/releases/download/v0.106.3/helmfile_windows_386.exe#/helmfile.exe", + "hash": "4e4fc5b473c4b1f5a66ed08f60894f7ffe03a81cfa93522c4e2c287bc0426ac9" } }, "bin": "helmfile.exe",