Skip to content

Commit f44b3fd

Browse files
committed
Ensure wrong chart versions are updated
1 parent 2ed4568 commit f44b3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tilt/scripts/helm-with-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -s "$chart_cache_dir/args" ] && cmp -s -- "$chart_cache_dir/args" <(echo -n
1212
exit 0
1313
fi
1414

15-
if helm dependency list "$chart" | grep -qE '.*missing\s*$'; then
15+
if helm dependency list "$chart" | grep -qE '.*(missing|wrong version)\s*$'; then
1616
helm dependency update "$chart"
1717
fi
1818

0 commit comments

Comments
 (0)