From 99e4ddd339b343c892a988cd11f5f07d75f3402e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 3 Feb 2020 00:01:51 +0000 Subject: [PATCH] helmfile: Update to version 0.98.3 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 63dd69acdf..edd589c585 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.98.2", + "version": "0.98.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.98.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "efaa0b55b0a550448990493817163dd708e0453ebfc038603bfb50bc980eda62" + "url": "https://github.com/roboll/helmfile/releases/download/v0.98.3/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "4d961cd79ca2631590dbf38c8a7af56e6bfb32f92616a2c8810d7e4c8d2c336e" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.98.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "c4b32da4b82c094ea864afa773514fcbfaf34e9763ced6eaa3638f8dc12a9d34" + "url": "https://github.com/roboll/helmfile/releases/download/v0.98.3/helmfile_windows_386.exe#/helmfile.exe", + "hash": "adea43fd4d8f725db232ad4a25f3058740cf3e0d4129b92ab9e3a0b9884c6f88" } }, "bin": "helmfile.exe",