From 52e9dfa47893e1f919cd3133aaf9d2c6e3fa1dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 1 Jan 2021 19:25:52 +0100 Subject: [PATCH] helmfile: Update to version 0.136.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index b110b26f94..2279e6e6fa 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.135.0", + "version": "0.136.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.135.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "dfd82e45e4e3be12dbcc2ca877c48ef3a29f4b32d11cd58db97f5aa97e666307" + "url": "https://github.com/roboll/helmfile/releases/download/v0.136.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "0e750b300368c86e6bc88f682a0cea7098f3fc55f053b4920a7928b68071e40e" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.135.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "ec15445d5e0211852028b7125193febe98970621bd460bae02b43deffc2442e7" + "url": "https://github.com/roboll/helmfile/releases/download/v0.136.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "6e5ea690a1ccd16f3e469c2b2823e21a2d867bff3dc1450e504b91454692a3ec" } }, "bin": "helmfile.exe",