From 3cfe2c25c51c21525d2d970a84674227afe2cc8e Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Thu, 24 Sep 2020 19:42:45 -0500 Subject: [PATCH] Change helm-toolkit dependency version to ">= 0.1.0" Since we introduced chart version check in gates, requirements are not satisfied with strict check of 0.1.0 Change-Id: Ic115755eff68f419116b79102661e9fe1a7b1764 --- charts/drydock/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/drydock/requirements.yaml b/charts/drydock/requirements.yaml index 6377894f..d3081a71 100755 --- a/charts/drydock/requirements.yaml +++ b/charts/drydock/requirements.yaml @@ -15,4 +15,4 @@ dependencies: - name: helm-toolkit repository: http://localhost:8879/charts - version: 0.1.0 + version: ">= 0.1.0"