From cbb58e572bea25b847aa8bdaebda54bed2cc18b3 Mon Sep 17 00:00:00 2001 From: konsthol Date: Fri, 30 May 2025 12:40:15 +0300 Subject: [PATCH] Update vars/buildAndDeploy.groovy --- vars/buildAndDeploy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/buildAndDeploy.groovy b/vars/buildAndDeploy.groovy index 353265b..42508ec 100644 --- a/vars/buildAndDeploy.groovy +++ b/vars/buildAndDeploy.groovy @@ -11,7 +11,7 @@ def call(String appName, String helmChartPath, String helmRepoName, String names } stage('Package helm chart') { script { - makeHelmChart("${helmChartPath}/${appName}") + makeHelmChart("${helmChartPath}/${appName}",helmChartVersion) } } stage('Upload helm chart') {