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: If21d2bcd0139957bbbd250d28a9a1956cef1345c
This commit is contained in:
Andrii Ostapenko 2020-09-24 19:43:07 -05:00
parent fca8c5f8b6
commit f79c369f25
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
7 changed files with 7 additions and 7 deletions

View File

@ -13,4 +13,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -13,4 +13,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -13,4 +13,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -13,4 +13,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -13,4 +13,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -13,4 +13,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -14,4 +14,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"