From 8aa781664d46fcd2334393d398fc8e90ea8e7967 Mon Sep 17 00:00:00 2001 From: Ash258 Date: Fri, 10 Apr 2020 19:30:27 +0200 Subject: [PATCH] helmfile: Update to version 0.109.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 567b29bee6..7e17e279dd 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.108.0", + "version": "0.109.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.108.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "4e78386f23771f74b398bae76825928b43ad699a018f13f271a2c013490299ad" + "url": "https://github.com/roboll/helmfile/releases/download/v0.109.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "05f6a3cc32d4ad5894ce9b1a37fbce5708edfe7cc77195adec8e3137b0efc7b8" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.108.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "c82ad08ccbabfc7a01a51e96a42edb3e75c02cce16d81238edc96e0a91c81fce" + "url": "https://github.com/roboll/helmfile/releases/download/v0.109.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "280d115bd08000db5aa1a1e720e2919ddcfafcc6da3e749c62391e8f548ccbff" } }, "bin": "helmfile.exe",