Skip to content

Commit 60be78d

Browse files
committed
Check charts in all namespaces for helm v3
1 parent 7d376d2 commit 60be78d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
helm_update() {
44
if [ "$HELM" == "helm_v3" ]; then
5-
LINE="$($HELM ls --all -f "^$NAME\$" --output json | jq -r "$JQ_CMD" | tr '[:upper:]' '[:lower:]')"
5+
LINE="$($HELM ls --all-namespaces --all -f "^$NAME\$" --output json | jq -r "$JQ_CMD" | tr '[:upper:]' '[:lower:]')"
66
else
77
LINE="$($HELM ls --all "^$NAME\$" --output json | jq -r "$JQ_CMD" | tr '[:upper:]' '[:lower:]')"
88
fi

0 commit comments

Comments
 (0)