Polishing helmV3 related changes

Enabled HelmV3 related test,
Made sure HelmV2 and HelmV3 UT pass,
Pinned Chart version as per TODO note
Removed accomplished TODOs
This commit is contained in:
Alexey Odinokov
2020-04-25 04:58:14 +00:00
parent 40db077d3d
commit 855b2c3171
2 changed files with 15 additions and 12 deletions

View File

@@ -28,10 +28,6 @@
# Example execution:
# ./plugin/someteam.example.com/v1/ChartInflator configFile.yaml
# TODO: allow specification of a specific chart VERSION
# so this test doesn't break every time minecraft is upgraded :P
# See https://github.com/helm/helm/issues/4008
set -e
# Yaml parsing is a ridiculous thing to do in bash,