Update htk requirements

This change updates the helm-toolkit path in each chart as part
of the move to helm v3. This is due to a lack of helm serve.

Change-Id: I011e282616bf0b5a5c72c1db185c70d8c721695e
This commit is contained in:
Gage Hugo
2021-09-30 17:55:28 -05:00
parent 6e1f2b4087
commit 22e50a5569
156 changed files with 156 additions and 104 deletions

View File

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