Modernize chart
-
Move the requirements.yaml to
dependencies
in Chart.yaml. - Change the chart API version from v1 to v2 and test it.
The following discussion from !54 (merged) should be addressed:
-
@arie started a discussion:
It took me a little while to realize that this chart has its dependency charts specified in a separate
requirements.yaml
. That has been deprecated since helm 3. If you feel like it, this would be a nice time to fix that.