Skip to content
Snippets Groups Projects
Commit 0a234704 authored by OZGCloud's avatar OZGCloud
Browse files

replace underscore with dash in helm chart name

parent c15b9de5
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ String generateHelmChartVersion() {
chartVersion += "-${env.BRANCH_NAME}"
}
return chartVersion
return chartVersion.replaceAll("_", "-")
}
Void tagAndPushDockerImage(String newTag){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment