Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow appVersion in helm chart to be set to a product version #3637

Merged
merged 3 commits into from
Jun 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update create-chart-helper.sh
  • Loading branch information
nwmac authored Jun 6, 2019
commit 26da749482a5c3165cd84bc79855d65745fd290c
4 changes: 2 additions & 2 deletions deploy/ci/tasks/dev-releases/create-chart-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ nightlyTag() {
echo "$(cat ${STRATOS}/deploy/ci/tasks/dev-releases/nightly-tag)"
}

# patchHelmChartAppVersion - update in appVersion when patching the Helm Chart
# patchHelmChartAppVersion - update appVersion when patching the Helm Chart if configured
patchHelmChartAppVersion() {
local CHART_PATH=$1
local STRATOS_FOLDER=$2
Expand All @@ -89,4 +89,4 @@ patchHelmChartAppVersion() {
fi
fi

}
}