Skip to content

Commit

Permalink
Merge pull request #31 from joosangkim/enhance-chart-install [semver:…
Browse files Browse the repository at this point in the history
…patch]

Add helm update with chart version [semver:patch]
  • Loading branch information
lokst committed Nov 27, 2020
2 parents 02c7dea + 39c9246 commit 025f09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/upgrade-helm-chart.yml
Expand Up @@ -220,5 +220,8 @@ steps:
if [ -n "${VALUES_TO_OVERRIDE}" ]; then
set -- "$@" --set "${VALUES_TO_OVERRIDE}"
fi
if [ -n "${VERSION}" ]; then
set -- "$@" --version="${VERSION}"
fi
helm upgrade --install << parameters.release-name >> << parameters.chart >> "$@"
no_output_timeout: << parameters.no-output-timeout >>

0 comments on commit 025f09d

Please sign in to comment.