Put everything in its right place

This commit is contained in:
2025-05-27 12:24:58 +03:00
parent f6842957f6
commit 99a6a77240

2
Jenkinsfile vendored
View File

@@ -85,7 +85,7 @@ spec:
stage('Build and Deploy') {
steps {
script {
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", false)
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", false, true)
}
}
}