We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4568 commit f44b3fdCopy full SHA for f44b3fd
1 file changed
tilt/scripts/helm-with-cache.sh
@@ -12,7 +12,7 @@ if [ -s "$chart_cache_dir/args" ] && cmp -s -- "$chart_cache_dir/args" <(echo -n
12
exit 0
13
fi
14
15
-if helm dependency list "$chart" | grep -qE '.*missing\s*$'; then
+if helm dependency list "$chart" | grep -qE '.*(missing|wrong version)\s*$'; then
16
helm dependency update "$chart"
17
18
0 commit comments