Skip to content

Commit

Permalink
Correct --local-chart effect
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Oct 5, 2023
1 parent ce722f4 commit d7a54ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ fi

chart_location=""
if [ "${use_local_chart}" = true ]; then
chart_location="${chart_dir}"
else
chart_name="ods-pipeline"
chart_location="https://github.com/opendevstack/ods-pipeline/releases/download/${chart_name}-${chart_version}/${chart_name}-${chart_version}.tgz"
else
chart_location="${chart_dir}"
fi

echo "Installing Helm release ${release_name} from ${chart_location} ..."
Expand Down

0 comments on commit d7a54ac

Please sign in to comment.