Skip to content

Commit ca71666

Browse files
authored
Merge pull request #14 from galal-hussein/fix_helm_upgrade
add args to helm upgrade
2 parents 171ae06 + 19d7a0a commit ca71666

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
@@ -35,7 +35,7 @@ helm_update() {
3535
if [ "$STATUS" = "deployed" ]; then
3636
echo Already installed $NAME, upgrading
3737
shift 1
38-
$HELM upgrade $NAME $CHART $VALUES
38+
$HELM upgrade "$@" $NAME $CHART $VALUES
3939
exit
4040
fi
4141

0 commit comments

Comments
 (0)