From b5f1e2eeedc443ff41910596c7d8a4e68a369cd0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 16 Dec 2019 23:00:29 +0000 Subject: [PATCH] helmfile: Update to version 0.96.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index c7c96c4770..bfb430637a 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.95.0", + "version": "0.96.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.95.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "99f0875202db82ec670b8b257543afde1b96ac81e115907436b3e8defd7561d2" + "url": "https://github.com/roboll/helmfile/releases/download/v0.96.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "d8a3b4926e598bc43d53cd49fdc055b826371738c665085416c93210f8cebe98" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.95.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "8c3564a733a1aa2bd12197afdc7ad5625e86825b74820c474431decc8308d70b" + "url": "https://github.com/roboll/helmfile/releases/download/v0.96.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "8b774cd4fbfcbc08a55c4519856f3a5eee9496face6009fec6c59e1c66231031" } }, "bin": "helmfile.exe",