Update vars/buildAndDeploy.groovy

This commit is contained in:
2025-05-30 13:07:05 +03:00
parent 2c6e3de07b
commit 599714b63b

View File

@@ -11,7 +11,7 @@ def call(String appName, String helmChartPath, String helmRepoName, String names
}
stage('Package helm chart') {
script {
makeHelmChart("${helmChartPath}/${appName}",helmChartVersion)
makeHelmChart("${helmChartPath}/${appName}", appName, helmChartVersion)
}
}
stage('Upload helm chart') {