From 220abc8662b4ad6ea18f2585cd6b31b16c430b1b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 1 Jun 2019 04:02:05 +0000 Subject: [PATCH] helmfile: Update to version 0.69.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index ac528d88b7..8f296c67f2 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.68.1", + "version": "0.69.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.68.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "b8de01a123cc24d577c15264c8a0837e3e18bad7f8aa2ca2bbb510345385a137" + "url": "https://github.com/roboll/helmfile/releases/download/v0.69.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "571346bf673994cd2075b82df38f6f00f43c76b1461c91c4add61575cc95596e" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.68.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "99674d5493e9ac7808a65d79951d68a4f743a76755b3a2679fa83928aac32b4c" + "url": "https://github.com/roboll/helmfile/releases/download/v0.69.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "94c4dc824382ee48b69e6ce9e805d5c82ee3ccd4d2d78233b5ad5e52d8994c1b" } }, "bin": "helmfile.exe",