From 3db2b0d4a11a35f18efbd16930f97d242b555f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=27Perk=27=20Sto=C5=BCek?= Date: Wed, 20 May 2020 10:25:15 +0200 Subject: [PATCH] Add min bash version to --help --- deploy/helm/sumologic/upgrade-1.0.0.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/helm/sumologic/upgrade-1.0.0.sh b/deploy/helm/sumologic/upgrade-1.0.0.sh index 3e9a666722..a639bf5491 100755 --- a/deploy/helm/sumologic/upgrade-1.0.0.sh +++ b/deploy/helm/sumologic/upgrade-1.0.0.sh @@ -139,9 +139,10 @@ This script will automatically take the configurations of your existing values.y and return one that is compatible with v1.0.0. Requirements: - yq (>=3.2.1) https://github.com/mikefarah/yq/releases/tag/3.2.1 + yq (>= ${MIN_YQ_VERSION}) https://github.com/mikefarah/yq/releases/tag/3.2.1 grep sed + bash (>= ${MIN_BASH_VERSION}) Usage: # for default helm release name 'collection' and namespace 'sumologic'