From 9baa778283a6a9b2172202031092a7626fff05f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 21 Jul 2020 08:53:28 +0200 Subject: [PATCH] helmfile: Update to version 0.123.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index dc9d4be3db..4a9af8605f 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.122.1", + "version": "0.123.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.122.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "efbc904c2e578f8270391edac64accb611f39f30ca248cea3af31f75a0a2760f" + "url": "https://github.com/roboll/helmfile/releases/download/v0.123.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "fceadf1023524c07e6b9d14964765e6be2ebae4b7f00ca2139bb8dc032575b21" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.122.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "aba15266ffbb8113ea519b58b5bd53f28a404f404ef3191ecbf904e70d8e3e48" + "url": "https://github.com/roboll/helmfile/releases/download/v0.123.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "fd7b6b79fed85d7492f2dcf559091fd879c0d56a24cc10e78adc6da034043b9b" } }, "bin": "helmfile.exe",