Skip to content

Commit

Permalink
Fix helm repo link when geneating an RC (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored and KlapTrap committed Jan 31, 2019
1 parent 9db90ca commit 7f5b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/create-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run:
fi
# Update Helm Repository
helm repo index ./ ${MERGE_INDEX} --url https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/releases/download/${VERSION}/
helm repo index ./ ${MERGE_INDEX} --url https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/releases/download/${RELEASE_VERSION}/
cp index.yaml ${HELM_REPO}
cd ${HELM_REPO}
setupAndPushChange

0 comments on commit 7f5b386

Please sign in to comment.