upgrade to helm 3.5.4 and imdario/mergo v0.3.12

This commit is contained in:
monopole
2021-04-09 15:01:48 -07:00
parent 264b3ff338
commit aa5b4814d6
39 changed files with 120 additions and 76 deletions

View File

@@ -35,9 +35,8 @@ mdrip --mode test --blockTimeOut 15m \
# TODO: make work for non-linux
if onLinuxAndNotOnRemoteCI; then
echo "On linux, and not on remote CI. Running expensive tests."
# Requires helm.
make $MYGOBIN/helm
make $MYGOBIN/helmV3
mdrip --mode test --label helmtest examples/chart.md
fi