Skip to content

Commit

Permalink
Fix minor error in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Mar 6, 2020
1 parent 6a1e2b1 commit 8fbc06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/create-chart-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ patchHelmChart () {

# Patch the console image tag in place - otherwise --reuse-values won't work with helm upgrade
# Make sure we patch this in all files in templates where it occurs
pushd ${CHART_PATH}/templates > dev/null
pushd ${CHART_PATH}/templates > /dev/null
find . -type f -name '*.yaml' | xargs sed -i -e 's/{{.Values.consoleVersion}}/'"${TAG}"'/g'
popd > /dev/null
}
Expand Down

0 comments on commit 8fbc06b

Please sign in to comment.