From ffe5353cda1ef93024a444acdfac46ed4b478020 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Jun 2019 11:02:00 +0000 Subject: [PATCH] helmfile: Update to version 0.76.2 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 9ecb4dc2bb..85acfa0e90 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.76.1", + "version": "0.76.2", "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.76.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "d9e302e38a6b8871cac11d4456e7cb084fdbc513ce7d0b0457922c401a9f8a25" + "url": "https://github.com/roboll/helmfile/releases/download/v0.76.2/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "72c5fb9d376a936e0c49505f64c772f6d825a67f63682a1ca2374e750510b26a" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.76.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "27855a2da728f1877c5890309d52093947d69aeb30141ec205ca37e8b3779d7c" + "url": "https://github.com/roboll/helmfile/releases/download/v0.76.2/helmfile_windows_386.exe#/helmfile.exe", + "hash": "504629fc7817959d52b4670d16d4114a3b6f97de742794bbc2a8d351096ffeeb" } }, "bin": "helmfile.exe",