Update vars/buildAndDeploy.groovy

This commit is contained in:
2025-05-30 12:40:15 +03:00
parent 6a945fa1a8
commit cbb58e572b

View File

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