From 8d24f78737ce9b316818883c787acfe3872f6569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 17 Jul 2020 07:24:05 +0200 Subject: [PATCH] helmfile: Update to version 0.121.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index eac6e1e7f3..3d1747be21 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.121.0", + "version": "0.121.1", "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.121.0/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "d9f77c8d7011de2cd500c09af10ccbf63f8064079ea11137dca7f93402d9ff08" + "url": "https://github.com/roboll/helmfile/releases/download/v0.121.1/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "c135b3877ee193bfa37526e6de8b83af5f99827b07dffe04c4c8a6c9cda17990" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.121.0/helmfile_windows_386.exe#/helmfile.exe", - "hash": "8121a53f21bd94f3fce8c9544fe5db2ac3170061e51802e81610871f04dc14de" + "url": "https://github.com/roboll/helmfile/releases/download/v0.121.1/helmfile_windows_386.exe#/helmfile.exe", + "hash": "ebb651c07cd438f491ceb2dff33447560ea540129ebb14cc68df13f3c13007a9" } }, "bin": "helmfile.exe",