From a1cf7a95ed60daa33c8c66890cfbbd7d1c71e555 Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Thu, 24 Sep 2020 19:43:02 -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: I74df8053fadaf5a3f07d6fd947161886f01c728b --- charts/maas/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/maas/requirements.yaml b/charts/maas/requirements.yaml index 53782e6..c81c213 100644 --- a/charts/maas/requirements.yaml +++ b/charts/maas/requirements.yaml @@ -15,4 +15,4 @@ dependencies: - name: helm-toolkit repository: http://localhost:8879/charts - version: 0.1.0 + version: ">= 0.1.0"